Commit 6643fe71 authored by Sam Rushing's avatar Sam Rushing

read_packet_hixie_76: removed debug print

parent 93410270
......@@ -223,7 +223,6 @@ class websocket:
return True
else:
data = self.stream.read_until (b'\xff')
W ('data=%r\n' % (data,))
if ftype == 0x00:
p = ws_packet()
p.fin = 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment