From 36b4a2a05fb2cda6210a720771221ec479e2d429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 23 May 2017 15:33:19 +0200 Subject: [PATCH] Removed needless print output. --- 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 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()