From e4c1c118455533cfa576e6902f4b35d452f3e3eb Mon Sep 17 00:00:00 2001 From: Sergey Obukhov Date: Mon, 21 Sep 2015 09:52:47 -0700 Subject: [PATCH] remove print --- talon/quotations.py | 1 - 1 file changed, 1 deletion(-) diff --git a/talon/quotations.py b/talon/quotations.py index 51db576..d699acd 100644 --- a/talon/quotations.py +++ b/talon/quotations.py @@ -398,7 +398,6 @@ def extract_from_html(s): quotation_checkpoints[checkpoint] = True else: if cut_quotations: - print 1111111111, replaced return _restore_CRLF(html.tostring(html_tree_copy), replaced) else: return s