remove debug

This commit is contained in:
j 2014-05-28 17:37:36 +02:00
parent 0704e315ba
commit 9cd4f35229
1 changed files with 0 additions and 1 deletions

View File

@ -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)