Removed extra debugging statements
This commit is contained in:
parent
3c73bc9b55
commit
68d9639a56
1 changed files with 0 additions and 2 deletions
|
|
@ -196,8 +196,6 @@ class SocketIO(object):
|
|||
_log.warn('[packet error] %s', e)
|
||||
|
||||
def _process_packet(self, packet):
|
||||
logging.debug('xxx')
|
||||
logging.debug(packet)
|
||||
code, packet_id, path, data = packet
|
||||
namespace = self.get_namespace(path)
|
||||
delegate = self._get_delegate(code)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue