Skip to content
Snippets Groups Projects
Commit 76c04f80 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Removed some debug lines

parent 5f5d23b8
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,6 @@ if __name__ == '__main__':
def update():
while True:
if not clients:
print 'stop thread'
break
status = Frame(OPCODE_TEXT, json.dumps(dict(stats())))
......@@ -95,7 +94,6 @@ if __name__ == '__main__':
clients.append(sock)
if not t.is_alive():
print 'start thread'
t = Thread(target=update)
t.daemon = True
t.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment