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:
@ -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))
|
||||
|
Reference in New Issue
Block a user