diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 19ae0d12..b92d95bb 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -2005,8 +2005,6 @@ class PropertiesDlg(QDialog): def setValues(tabValues): settings = QSettings() for setting, value in tabValues.items(): - print(value) - print(setting) settings.setValue(setting, value) settings.sync()