This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 1c368c94 authored by Michael Breu's avatar Michael Breu
Browse files

Just improve Debugging

parent 0933e56b
2 merge requests!132Bringing July Release to production,!128Fixing #315 and #319
......@@ -187,7 +187,7 @@ public class ExerciseResource {
)
.build();
}
log.debug("Loading exercise {}", parsedId);
final Optional<SearchResultDTO> result = searchService.findExerciseById(parsedId);
if (result.isPresent()) {
......
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