Browse Source

fix CI errors

Yummy-Yums 1 năm trước cách đây
mục cha
commit
d932cb7db0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      reflex/components/el/elements/media.py

+ 0 - 1
reflex/components/el/elements/media.py

@@ -83,7 +83,6 @@ class Img(BaseHTML):
     def create(cls, *children, **props) -> Component:
         if len(children) == 0:
             comp = super().create(*children, **props)
-            print(props)
         else:
             return super().create(src=children[0], **props)