diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 0b45a0d5..16badac1 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -2006,8 +2006,6 @@ class PropertiesDlg(QDialog): settings = QSettings() for setting, value in tabValues.items(): settings.setValue(setting, value) - print(value) - print(setting) if value is not None: if setting.startswith('Channel Z'): COMPPOSITION_MAP['Z'] = value