Skip to content
Snippets Groups Projects
Commit 1edeedf6 authored by Vriezen, E.C. (Emma)'s avatar Vriezen, E.C. (Emma)
Browse files

Removed unused testing statement.

parent 1e4bda4f
No related branches found
No related tags found
1 merge request!86Sc 11/mistake detection
......@@ -125,8 +125,6 @@ class MistakeFinder:
return semantic_mistake
def _check_form_mistake(self, shd_word, index):
if shd_word.word == "te":
print("te")
form_mistake = False
last_shd_index = self._shadow.find_last_matched_shadow(index)
if last_shd_index < 0:
......
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