Skip to content

Commit

Permalink
Remove prints in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Jan 23, 2022
1 parent bb97725 commit 8748c9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_font_size.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ def test_font_size():
for char in line:
if isinstance(char, LTChar):
actual_size = int(round(char.size))
print(char, actual_size, expected_size)
assert expected_size == actual_size
else:
print(repr(line.get_text()))

0 comments on commit 8748c9f

Please sign in to comment.