Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Thoden committed Feb 13, 2018
1 parent 95b0467 commit 80ce7b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tralics2django.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,6 @@ def bring_footnote_down_django(footnote, fragment, footnote_number, object_numbe

for xmlEOAchapter in xmlEOAchapters:
groupings = libeoaconvert.get_bigfoot_data(xmlEOAchapter)
print(groupings)
input("the groupings")
has_old = 0 != len(xmlEOAchapter.findall(".//note"))
has_new = 0 != len(
[ # flatten
Expand Down

0 comments on commit 80ce7b7

Please sign in to comment.