Skip to content
Snippets Groups Projects
Commit b851c45b authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Remove print statements

parent f8e7d9e4
No related branches found
No related tags found
No related merge requests found
......@@ -306,12 +306,10 @@ def parse_verse(verse):
for token in new_reading.tokens:
for s in token.syllables:
if blueprint[syll_id] == "1":
print(1)
s.syllable_length = 1
if 'positional lengthening' in s.phenomena and 'muta cum liquida' in s.phenomena:
s.phenomena['positional lengthening'].overruled_by = 'muta cum liquida'
elif blueprint[syll_id] == "2":
print(2)
s.syllable_length = 2
syll_id += 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment