Skip to content

Commit e9a5cbf

Browse files
committed
Remove pdb dummy
1 parent f1a79fb commit e9a5cbf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

readability/readability.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,6 @@ def remove_unlikely_candidates(self):
352352
#self.debug(s)
353353
if REGEXES['unlikelyCandidatesRe'].search(s) and (not REGEXES['okMaybeItsACandidateRe'].search(s)) and elem.tag not in ['html', 'body']:
354354
self.debug("Removing unlikely candidate - %s" % describe(elem))
355-
import ipdb; ipdb.set_trace()
356355
elem.drop_tree()
357356

358357
def transform_misused_divs_into_paragraphs(self):

0 commit comments

Comments
 (0)