diff --git a/socketIO_client/__init__.py b/socketIO_client/__init__.py index 106accc..aee4543 100644 --- a/socketIO_client/__init__.py +++ b/socketIO_client/__init__.py @@ -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)