From e9a5cbfe7fa58e21a0b9b4b9aaf9bb043dd20dad Mon Sep 17 00:00:00 2001 From: Richard Harding Date: Tue, 17 Apr 2012 11:33:09 -0400 Subject: [PATCH] Remove pdb dummy --- readability/readability.py | 1 - 1 file changed, 1 deletion(-) diff --git a/readability/readability.py b/readability/readability.py index d690861..ef8480d 100755 --- a/readability/readability.py +++ b/readability/readability.py @@ -352,7 +352,6 @@ class Document: #self.debug(s) if REGEXES['unlikelyCandidatesRe'].search(s) and (not REGEXES['okMaybeItsACandidateRe'].search(s)) and elem.tag not in ['html', 'body']: self.debug("Removing unlikely candidate - %s" % describe(elem)) - import ipdb; ipdb.set_trace() elem.drop_tree() def transform_misused_divs_into_paragraphs(self):