diff --git a/grum/plot_recon.py b/grum/plot_recon.py index 4fa4e05..b2a80eb 100644 --- a/grum/plot_recon.py +++ b/grum/plot_recon.py @@ -85,7 +85,7 @@ class BECConnector(ConnectorBase): @staticmethod def scan_msg_update(msg, parent): - print("scan_msg_update", msg) + # print("scan_msg_update", msg) msg = BECMessage.ScanMessage.loads(msg.value) parent.msg_scan_update.emit(msg)