1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-03 13:24:20 +02:00

wip disable logger warning when there is async update and no scan running

This commit is contained in:
2025-05-30 16:57:04 +02:00
parent d3f2c3bd6b
commit 9076a1731e
@@ -1211,7 +1211,7 @@ class Waveform(PlotBase):
metadata(dict): Metadata of the message.
"""
if self._scan_done:
logger.info("Scan is done, ignoring async readback.")
# logger.info("Scan is done, ignoring async readback.")
return
sender = self.sender()
if not hasattr(sender, "cb_info"):