Forgot a debug print removal

This commit is contained in:
PySimpleGUI 2021-06-05 08:46:06 -04:00
parent 89ae54fa87
commit 4eada1a704
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ def refresh(window: sg.Window):
def add_packages_to_window(window: sg.Window):
packages = sg.user_settings_get_entry('-packages-', [])
print(packages)
for i, package in enumerate(packages):
in_elem = window.find_element(('-ID-', i), silent_on_error=True)
if isinstance(in_elem, sg.ErrorElement):