Commit 4f1b0148 authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

remove todo

parent 72a4b117
......@@ -67,7 +67,6 @@ public class TasksRepository extends Repository<Task>
));
}
//todo: refactor with the function below
private Optional<Pair<Task, Flag>> getTaskFlagPairByHashValue(User user, String userHash, int taskLevel)
{
String username = user.getName();
......
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