diff options
Diffstat (limited to 'test/test_protocol.py')
-rw-r--r-- | test/test_protocol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_protocol.py b/test/test_protocol.py index 2107f82..a4f6f64 100644 --- a/test/test_protocol.py +++ b/test/test_protocol.py @@ -108,7 +108,6 @@ class TestProtocol(unittest.TestCase): def test_encode_message(self): message = create_message(b"test", b"key") encoded = KafkaProtocol._encode_message(message) - print("CRC", -1427009701) expect = b"".join([ struct.pack(">i", -1427009701), # CRC struct.pack(">bb", 0, 0), # Magic, flags |