Yummy-Yums 1 anno fa
parent
commit
d932cb7db0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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)