diff --git a/src/omero/util/__init__.py b/src/omero/util/__init__.py index 85c716d3a..9768979d3 100644 --- a/src/omero/util/__init__.py +++ b/src/omero/util/__init__.py @@ -666,12 +666,6 @@ def run(self): ctx.stop_event.wait(ctx.sleeptime) except ValueError: pass - - if isinstance(ctx.stop_event, - omero.util.concurrency.AtExitEvent): - if ctx.stop_event.atexit: - return # Skipping log. See #3260 - ctx.logger.info("Halted") self.thread = Task(daemon=True)