Skip to content
Snippets Groups Projects
Commit 3b2855b4 authored by Haak, R. (Romeo)'s avatar Haak, R. (Romeo)
Browse files

Removed superfluous print

parent ef25a1dd
No related branches found
No related tags found
1 merge request!43Sc 97/paired nw and tempfix reading
......@@ -28,7 +28,6 @@ class AlignmentStrategy(ABC):
total_words += 1
if source_word.shadowed:
correct += 1
print(source_word)
else:
skipped += 1
print("Total: %d | Correctly shadowed: %d | Skipped: %d"
......
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