mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-03-04 16:02:51 +01:00
wip disable logger warning when there is async update and no scan running
This commit is contained in:
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user