Skip to content

Commit

Permalink
remove leftover prints
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed May 30, 2024
1 parent 29e30fd commit dbffa90
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_scc_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ def test_dfxp_is_valid_xml_when_scc_source_has_weird_italic_commands(

dfxp = DFXPWriter().write(caption_set)

print("================")
print("================")
print("================")
print(dfxp)

assert dfxp == sample_dfxp_with_properly_closing_spans_output

def test_dfxp_is_valid_xml_when_scc_source_has_ampersand_character(
Expand Down

0 comments on commit dbffa90

Please sign in to comment.