0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

WIP logpanel debug message removed

This commit is contained in:
2025-04-06 12:22:33 +02:00
parent 8c58cb265c
commit 5d4dc62cc7

View File

@ -96,7 +96,6 @@ class BecLogsQueue:
self._new_message_signal.disconnect()
def _process_incoming_log_msg(self, msg: dict):
logger.error(f"LogPanel received message {msg}")
try:
_msg: LogMessage = msg["data"]
self._data.append(_msg)