Skip to content

Commit 60d1f79

Browse files
hroncokfrenzymadness
authored andcommitted
Remove superfluous prints
1 parent a074425 commit 60d1f79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lxml_html_clean/clean.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,10 +615,8 @@ def _remove_sneaky_css_comments(self, style):
615615
"""
616616
for match in self._find_comments(style):
617617
comment = match.group(0)
618-
print("f", comment)
619618
if _has_javascript_scheme(comment) or _looks_like_tag_content(comment):
620619
style = style.replace(comment, "/* deleted */")
621-
print("f", style)
622620

623621
return style
624622

0 commit comments

Comments
 (0)