comment print
This commit is contained in:
@ -85,7 +85,7 @@ class BECConnector(ConnectorBase):
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def scan_msg_update(msg, parent):
|
def scan_msg_update(msg, parent):
|
||||||
print("scan_msg_update", msg)
|
# print("scan_msg_update", msg)
|
||||||
msg = BECMessage.ScanMessage.loads(msg.value)
|
msg = BECMessage.ScanMessage.loads(msg.value)
|
||||||
parent.msg_scan_update.emit(msg)
|
parent.msg_scan_update.emit(msg)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user