We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a074425 commit 60d1f79Copy full SHA for 60d1f79
1 file changed
lxml_html_clean/clean.py
@@ -615,10 +615,8 @@ def _remove_sneaky_css_comments(self, style):
615
"""
616
for match in self._find_comments(style):
617
comment = match.group(0)
618
- print("f", comment)
619
if _has_javascript_scheme(comment) or _looks_like_tag_content(comment):
620
style = style.replace(comment, "/* deleted */")
621
- print("f", style)
622
623
return style
624
0 commit comments