Skip to content

Commit d43fa3b

Browse files
authored
Removes logging statements
1 parent cccf13c commit d43fa3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

html5lib/tests/test_sanitizer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,5 @@ def test_sanitizer():
117117

118118
def test_should_handle_uppercase_color_codes_in_style():
119119
sanitized = sanitize_html("<p style=\"border: 1px solid #A2A2A2;\"></p>")
120-
print sanitized
121120
expected = '<p style=\"border: 1px solid #A2A2A2;\"></p>'
122-
print expected
123121
assert expected == sanitized

0 commit comments

Comments
 (0)