diff --git a/oml/tasks.py b/oml/tasks.py index dae2d92..54a99f9 100644 --- a/oml/tasks.py +++ b/oml/tasks.py @@ -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)