1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00
This commit is contained in:
2025-04-18 14:06:17 +02:00
parent cdd73e5734
commit c0e4ddf435

View File

@@ -1219,8 +1219,6 @@ class Waveform(PlotBase):
else:
stack_trace = traceback.extract_stack()
logger.warning(f"Async readback without scan ID, stack trace: {stack_trace}")
logger.warning(f"Sender: {sender}, cb_info: {getattr(sender, 'cb_info', None)}")
return
instruction = metadata.get("async_update", {}).get("type")
if instruction not in ["add", "add_slice", "replace"]:
logger.warning(f"Invalid async update instruction: {instruction}")