diff --git a/toot/tui/app.py b/toot/tui/app.py index 14709738..114fb684 100644 --- a/toot/tui/app.py +++ b/toot/tui/app.py @@ -210,7 +210,6 @@ def _done(future): self.loop.set_alarm_in(0, lambda *args: done_callback(result)) except Exception as ex: exception = ex - logger.exception(exception) self.loop.set_alarm_in(0, lambda *args: _error_callback(exception)) # TODO: replace by `self.loop.event_loop.run_in_executor` at some point