Skip to content

Commit

Permalink
Merge pull request #981 from tatuylonen/old-print
Browse files Browse the repository at this point in the history
[en] Disable stray debug print; learned a new Python trick
  • Loading branch information
kristian-clausal authored Jan 8, 2025
2 parents 8d84da3 + c2b5b80 commit 3839b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/extractor/en/page.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3839b34

Please sign in to comment.