Commit 9f033660 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove todo

parent d31cc80f
......@@ -42,8 +42,6 @@ public class HashValidator
public boolean checkHash(User user, String hashValue, int taskLevel)
{
Pair<Task, Flag> taskFlagPair = tasksRepository.getTaskFlagPairByHashValue(user, hashValue, taskLevel);
//todo: move to solutionsRepository
return solutionsRepository.submitSolution(user, taskFlagPair.getKey(), taskFlagPair.getValue(), hashValue);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment