Commit 4c48e7a1 authored by ibuler's avatar ibuler

[Update] 去掉debug信息

parent 08e46430
......@@ -194,7 +194,6 @@ class ProxyNamespace(BaseNamespace):
def logout(self, client_id, connection):
connection.remove_client(client_id)
self.emit('logout', {"room": client_id}, room=client_id)
self.emit('data', {"room": client_id, "data": client_id}, room=client_id)
def on_logout(self, client_id):
logger.debug("On logout event trigger: {}".format(client_id))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment