Skip to content

Commit fe97ca2

Browse files
Remove unnecessary print
Co-authored-by: Kyle King <KyleKing@users.noreply.github.com>
1 parent e2fb671 commit fe97ca2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_superscript.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ def test_superscript_fixtures(line, title, input, expected):
1919
md.disable("code")
2020
md.options["xhtmlOut"] = False
2121
text = md.render(input)
22-
print(text)
2322
assert text.rstrip() == expected.rstrip()

0 commit comments

Comments
 (0)