Skip to content

Commit 307d8fb

Browse files
committed
Remove debug print. This is the expected behaviour so no need to print here
1 parent e699189 commit 307d8fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/tests/test_mathtext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def test_mathtext_exceptions():
206206
parser.parse(math)
207207
except ValueError as e:
208208
exc = str(e).split('\n')
209-
print(e)
210209
assert exc[3].startswith(msg)
211210
else:
212211
assert False, "Expected '%s', but didn't get it" % msg

0 commit comments

Comments
 (0)