Remove debug print
This commit is contained in:
parent
6d44f12193
commit
23d2993b9f
1 changed files with 0 additions and 1 deletions
|
@ -279,7 +279,6 @@ class Bot(object):
|
|||
|
||||
def _read_loop(self):
|
||||
while self.running:
|
||||
print("read loop")
|
||||
if not self.servers:
|
||||
self.running = False
|
||||
self._event_queue.put(lambda: None)
|
||||
|
|
Loading…
Reference in a new issue