remove debug
This commit is contained in:
parent
0704e315ba
commit
9cd4f35229
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ class Tasks(Thread):
|
|||
while self.connected:
|
||||
m = self.q.get()
|
||||
if m:
|
||||
print m
|
||||
action, data = m
|
||||
if action == 'ping':
|
||||
trigger_event('pong', data)
|
||||
|
|
Loading…
Reference in a new issue