remove pdb

This commit is contained in:
Hande Gözükan 2022-09-21 14:19:40 +02:00
parent f0ca16c3e9
commit cf43b2bbc2

View File

@ -26,7 +26,6 @@ from urllib.parse import quote as urlencode
from html.entities import name2codepoint
import logging
import time
import pdb # DEBUG
# ----------------------------------------------------------------------
@ -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)