We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1a79fb commit e9a5cbfCopy full SHA for e9a5cbf
1 file changed
readability/readability.py
@@ -352,7 +352,6 @@ def remove_unlikely_candidates(self):
352
#self.debug(s)
353
if REGEXES['unlikelyCandidatesRe'].search(s) and (not REGEXES['okMaybeItsACandidateRe'].search(s)) and elem.tag not in ['html', 'body']:
354
self.debug("Removing unlikely candidate - %s" % describe(elem))
355
- import ipdb; ipdb.set_trace()
356
elem.drop_tree()
357
358
def transform_misused_divs_into_paragraphs(self):
0 commit comments