Remove print statement

This commit is contained in:
Roy Hyunjin Han 2015-02-19 21:53:14 -05:00
commit 8641818cf2
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Release 0.6.1 #41 #52
Implement on
Get pong
Send pong
Change print statements into logging statements
Clean up

View file

@ -35,7 +35,6 @@ class Namespace(LoggingSocketIONamespace):
self.args_by_event = {}
def on_event(self, event, *args):
print 'xxx *** xxx'
callback, args = find_callback(args)
if callback:
callback(*args)