We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a01f333 commit 7e3d774Copy full SHA for 7e3d774
ruby/hyper-component/lib/hyperstack/component/element.rb
@@ -34,7 +34,6 @@ def initialize(native_element, type = nil, properties = {}, block = nil)
34
end
35
36
def _update_ref(x)
37
- puts "#{self}._update_ref(#{x})"
38
@ref = x
39
@_child_element._update_ref(x) if @_child_element
40
0 commit comments