From a094567f29167bf0c9c4237d2e1179b14c370347 Mon Sep 17 00:00:00 2001 From: stalbe_j Date: Fri, 14 Apr 2023 09:10:01 +0200 Subject: [PATCH] comment print --- grum/plot_recon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)