From df0d50df569c33b818bb4123a191b148225dcfe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Wed, 13 May 2015 12:04:29 +0200 Subject: [PATCH] fix regression of f6af085e1a393a7ef8b7d194330b46e16ab217e2 --- bin/wsdump.py | 1 - 1 file changed, 1 deletion(-) 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