Remove print statement
This commit is contained in:
parent
7e105e13b5
commit
8641818cf2
2 changed files with 1 additions and 2 deletions
|
|
@ -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