Remove pdb dummy

pull/19/head
Richard Harding 12 years ago
parent f1a79fb8f8
commit e9a5cbfe7f

@ -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):

Loading…
Cancel
Save