Skip to content

Commit ecebc88

Browse files
Removed unnecessary print statements
1 parent 83f5429 commit ecebc88

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

examples/smart_optionmenu.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ def callback(value):
2121
drop_down = tk_tools.SmartOptionMenu(root, ['one', 'two', 'three'], callback=callback)
2222
drop_down.grid(row=0, column=1, sticky='ew')
2323

24-
print(root.winfo_children())
25-
print(drop_down.winfo_manager(), drop_down.winfo_parent())
26-
print(drop_down.winfo_children())
27-
2824
root.mainloop()

0 commit comments

Comments
 (0)