diff --git a/nedry/builtin_plugins/trivia.py b/nedry/builtin_plugins/trivia.py index 57082a4..c1404d5 100644 --- a/nedry/builtin_plugins/trivia.py +++ b/nedry/builtin_plugins/trivia.py @@ -52,7 +52,6 @@ def start_thread(self): def stop_thread(self): if self.thread is not None: - logger.info(f"stopping {self.thread}") self.stop_event.set() self.thread.join() self.thread = None