remove print statement

This commit is contained in:
2024-02-28 12:46:07 +01:00
parent 5e687fe810
commit dca70a3f1b

View File

@@ -657,7 +657,6 @@ class GUIHeader(QWidget):
def set_target_beamline(self, reset=True):
""" Select beamline target and modify color scheme accordinly
"""
print("set_target_beamline", self.target_beamline, flush=True)
master = self.beam_current_wgt_group[self.target_beamline]
master.setObjectName("ARAMIS")
master.style().polish(master)