[minor] removed output
This commit is contained in:
parent
04d43f67c5
commit
f86f33b22f
@ -1 +1 @@
|
||||
d21a-dirty
|
||||
04d4-dirty
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user