diff --git a/zndraw/queue.py b/zndraw/queue.py index 4fd5eb07..bb3f391e 100644 --- a/zndraw/queue.py +++ b/zndraw/queue.py @@ -94,7 +94,6 @@ def run_queued_task( queue[TASK_RUNNING] = True cls(**task).run(vis, **run_kwargs) except Exception: - # TODO: print stacktrace vis.log(f"""Error running `{cls}`: ```python {traceback.format_exc()}