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):