Commit 617f2d6d authored by Grzegorz Pietrusza's avatar Grzegorz Pietrusza

cleanup

parent 1659b51e
......@@ -53,7 +53,6 @@ public class SolutionsResource
solutionsRepository.submitSolution(new Solution(teamsRepository.getTeamByUser(user), task, flag));
return Response.ok().build();
// return Response.status(Response.Status.NOT_ACCEPTABLE).build();
}
@GET
......
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