Skip to content

Commit 949d379

Browse files
committed
delete unnecessary print statement
1 parent c9e883a commit 949d379

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_displayio_layout/widgets/icon_animated.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def __init__(
150150
)
151151

152152
super().__init__(label_text, icon, on_disk, **kwargs) # initialize superclasses
153-
print("icon: {}".format(self._icon))
154153

155154
# constrain instance's maximum_scaling between 1.0 and the Class's max_scale
156155
if scale is None:

0 commit comments

Comments
 (0)