diff --git a/src/wiktextract/extractor/en/page.py b/src/wiktextract/extractor/en/page.py index dcfd2c96..5f5aa0ed 100644 --- a/src/wiktextract/extractor/en/page.py +++ b/src/wiktextract/extractor/en/page.py @@ -1565,7 +1565,7 @@ def process_gloss_header( # of templates in headers that you want to squash and apply as # tags, you can add them to WORD_LEVEL_HEAD_TEMPLATES for templ_data in term_label_templates: - print(templ_data) + # print(templ_data) expan = templ_data.get("expansion", "").strip("().,; ") if not expan: continue