Skip to content

Commit

Permalink
Remove debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Jan 30, 2023
1 parent d4f91d1 commit 0538747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nedry/builtin_plugins/trivia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0538747

Please sign in to comment.