Remove print statement
This commit is contained in:
parent
7e105e13b5
commit
8641818cf2
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Release 0.6.1 #41 #52
|
||||
Implement on
|
||||
|
||||
Get pong
|
||||
Send pong
|
||||
Change print statements into logging statements
|
||||
Clean up
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue