Skip to content

Commit ba0ef62

Browse files
committed
Tests: remove debug print
1 parent 6803127 commit ba0ef62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/common/codec/packstream/v1/test_packstream.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def test_float(self, float_type, assert_packable):
313313
*(float(2 ** e) + 0.5 for e in range(100)),
314314
*(-float(2 ** e) + 0.5 for e in range(100)),
315315
):
316-
print(z)
317316
try:
318317
z_typed = float_type(z)
319318
except FloatingPointError:

0 commit comments

Comments
 (0)