Skip to content

Commit

Permalink
Removed debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Mar 2, 2020
1 parent 2a9ae52 commit 0580789
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tei2imxml.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,6 @@ def handle_refs_default(ref):
cited_range_children = True
cited_range[0].tag = "tagtobestripped"
pagerange = f""", {etree.tostring(cited_range[0]).decode("utf-8").strip()}"""
print("pagerange", pagerange)
else:
pagerange = ", {}".format(cited_range[0].text)
# clear the text
Expand Down

0 comments on commit 0580789

Please sign in to comment.