From f86f33b22ffe860026ea109410ce2cfd2c174eec Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 20 Jul 2017 16:18:00 +0200 Subject: [PATCH] [minor] removed output --- pylot/RELEASE-VERSION | 2 +- pylot/core/util/widgets.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pylot/RELEASE-VERSION b/pylot/RELEASE-VERSION index 8cac8fcd..78f9d87f 100644 --- a/pylot/RELEASE-VERSION +++ b/pylot/RELEASE-VERSION @@ -1 +1 @@ -d21a-dirty +04d4-dirty diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 591f8ef0..278d1fbe 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -806,7 +806,6 @@ class PhaseDefaults (QtGui.QDialog): def toggleAllChecked(self): for box in self._checkboxes.values(): box.setChecked(self.checktoggle) - print(box.text(), box.isChecked()) self.checktoggle = not self.checktoggle def init_phase_layout(self):