Remove an out-of-date TODO

This commit is contained in:
Juhani Krekelä 2018-01-03 01:11:21 +02:00
parent df82f06fa9
commit 029083b661
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ class LoggerThread(threading.Thread):
assert len(message_data) == 1
print('--- Quit')
# TODO: don't quit, restart
self.dead_notify_channel.send((controlmessage_types.quit,))
break