Commit b2e1f4b3 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Removed debug line

parent 9232e5d4
......@@ -59,7 +59,6 @@ class DeflateFrame(Extension):
def deflate(self, frame):
if self.no_context_takeover:
print 'no_context_takeover'
compressed = zlib.compress(frame.payload)
else:
compressed = self.defl.compress(frame.payload)
......
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