Skip to content

Commit

Permalink
Revert "improve log message"
Browse files Browse the repository at this point in the history
This reverts commit 3b3fab9.
  • Loading branch information
julian-christl committed Sep 13, 2023
1 parent 3b3fab9 commit 0794d2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ private void checkProgrammingExerciseForError(ProgrammingExercise exercise) {
}

if (exercise.getBranch() == null) {
// TODO: only activate this after the migration where all branches are set properly
log.warn("Branch of programming exercise {} is not specified.", exercise.getId());
// TODO: only activate this exception after the migration where all branches are set properly in the database to avoid issues
// throw new BadRequestAlertException("The branch of the programming exercise must be set.", "Exercise",
// ProgrammingExerciseResourceErrorKeys.INVALID_BRANCH);
}
Expand Down

0 comments on commit 0794d2b

Please sign in to comment.