From 92525732a3b87069839a23dafe069206f03ddec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 23 May 2017 16:36:02 +0200 Subject: [PATCH] Cosmetics. --- pylot/core/util/widgets.py | 2 -- 1 file changed, 2 deletions(-) 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