Skip to content

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
hndgzkn committed Sep 21, 2022
1 parent f0ca16c commit cf43b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wikiextractor/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from html.entities import name2codepoint
import logging
import time
import pdb # DEBUG

# ----------------------------------------------------------------------

Expand Down Expand Up @@ -82,7 +81,6 @@ def clean(extractor, text, expand_templates=False, html_safe=True):
if expand_templates:
# expand templates
# See: http://www.mediawiki.org/wiki/Help:Templates
pdb.set_trace() # DEBUG
text = extractor.expandTemplates(text)
else:
# Drop transclusions (template, parser functions)
Expand Down

0 comments on commit cf43b2b

Please sign in to comment.