summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSimó Albert i Beltran <sim6@probeta.net>2015-05-13 12:04:29 +0200
committerSimó Albert i Beltran <sim6@probeta.net>2015-05-13 12:04:29 +0200
commitdf0d50df569c33b818bb4123a191b148225dcfe0 (patch)
treea9537228624b20f5c0b3a505737b5ee80ad6fd10 /bin
parentf6af085e1a393a7ef8b7d194330b46e16ab217e2 (diff)
downloadwebsocket-client-df0d50df569c33b818bb4123a191b148225dcfe0.tar.gz
fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wsdump.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/wsdump.py b/bin/wsdump.py
index 00cd5eb..6a9d1d8 100755
--- a/bin/wsdump.py
+++ b/bin/wsdump.py
@@ -115,7 +115,6 @@ def main():
def recv_ws():
while True:
opcode, data = recv()
- print(data)
msg = None
if not args.verbose and opcode in OPCODE_DATA:
msg = "< %s" % data