Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit afa2482

Browse files
committed
Remove lingering print statement.
1 parent e0bd90c commit afa2482

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_integration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def socket_handler(listener):
152152
assert send_event.wait(0.3)
153153

154154
# Decode the frames.
155-
print(data)
156155
frames = [decode_frame(d) for d in data]
157156

158157
# We care about the last two. The first should be a data frame

0 commit comments

Comments
 (0)