diff --git a/structio/core/kernels/fifo.py b/structio/core/kernels/fifo.py index 5f024ac..5e60e17 100644 --- a/structio/core/kernels/fifo.py +++ b/structio/core/kernels/fifo.py @@ -321,7 +321,6 @@ class FIFOKernel(BaseKernel): except (Exception, KeyboardInterrupt) as err: # Any other exception is caught here task = task or self.current_task - print(repr(err), task, __import__("inspect").stack()[1].function) task.exc = err err.scope = task.pool.scope task.state = TaskState.CRASHED