remove another stray print

Co-authored-by: Masen Furer <m_github@0x26.net>
This commit is contained in:
Khaleel Al-Adhami 2024-10-11 17:08:49 -07:00 committed by GitHub
parent e4eac2e378
commit 57e8bf64fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,8 +123,6 @@ class DebounceInput(Component):
), ),
) )
print(f"{props=}")
component = super().create(**props) component = super().create(**props)
component._get_style = child._get_style component._get_style = child._get_style
component.event_triggers.update(child.event_triggers) component.event_triggers.update(child.event_triggers)