[minor] removed output

This commit is contained in:
Marcel Paffrath 2017-07-20 16:18:00 +02:00
parent 04d43f67c5
commit f86f33b22f
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
d21a-dirty
04d4-dirty

View File

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