comment print

This commit is contained in:
stalbe_j
2023-04-14 09:10:01 +02:00
parent facf92f498
commit a094567f29

View File

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