Skip to content

Commit 7e3d774

Browse files
committed
removed puts statement
1 parent a01f333 commit 7e3d774

File tree

1 file changed

+0
-1
lines changed
  • ruby/hyper-component/lib/hyperstack/component

1 file changed

+0
-1
lines changed

ruby/hyper-component/lib/hyperstack/component/element.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def initialize(native_element, type = nil, properties = {}, block = nil)
3434
end
3535

3636
def _update_ref(x)
37-
puts "#{self}._update_ref(#{x})"
3837
@ref = x
3938
@_child_element._update_ref(x) if @_child_element
4039
end

0 commit comments

Comments
 (0)