remove print
This commit is contained in:
@@ -398,7 +398,6 @@ def extract_from_html(s):
|
|||||||
quotation_checkpoints[checkpoint] = True
|
quotation_checkpoints[checkpoint] = True
|
||||||
else:
|
else:
|
||||||
if cut_quotations:
|
if cut_quotations:
|
||||||
print 1111111111, replaced
|
|
||||||
return _restore_CRLF(html.tostring(html_tree_copy), replaced)
|
return _restore_CRLF(html.tostring(html_tree_copy), replaced)
|
||||||
else:
|
else:
|
||||||
return s
|
return s
|
||||||
|
|||||||
Reference in New Issue
Block a user