- delete print statement.
This commit is contained in:
2
setup.py
2
setup.py
@@ -1,6 +1,6 @@
|
||||
from setuptools import setup
|
||||
|
||||
VERSION = "0.5.0a"
|
||||
VERSION = "0.5.1"
|
||||
|
||||
|
||||
setup(
|
||||
|
@@ -592,7 +592,6 @@ class WebSocket(object):
|
||||
self.sock.settimeout(3)
|
||||
try:
|
||||
frame = self.recv_frame()
|
||||
print repr(frame.data)
|
||||
if logger.isEnabledFor(logging.DEBUG):
|
||||
logger.error("close status: " + repr(frame.data))
|
||||
except:
|
||||
|
Reference in New Issue
Block a user