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

WIP CLI server removed logger error debug message

This commit is contained in:
2025-04-05 21:48:48 +02:00
parent 45b08916f8
commit 65c592e080

View File

@ -165,7 +165,6 @@ class CLIServer:
# FIXME signature should be changed on all levels, connection dict is no longer needed
def broadcast_registry_update(self, _):
logger.error("Broadcasting registry update")
# 1) Gather ALL BECConnector-based widgets
all_qwidgets = QApplication.allWidgets()
bec_widgets = set(w for w in all_qwidgets if isinstance(w, BECConnector))