Skip to content

Commit

Permalink
update log
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Feb 20, 2024
1 parent 05b88be commit 91e5708
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/fr/istic/web/rest/ExtendedAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ public Response sendResultToStudent(MailResultDTO dto, @PathParam("examId") long
Exam ex = this.computeFinalNote(examId, finalfinalResultsByStudentId, finalNotes, mapstudentResp);

List<Student> students = Student.findStudentsbyCourseId(ex.course.id).list();
log.error("sizeStudent", students.size());
students.forEach(student -> {
long count = FinalResult.findFinalResultByStudentIdAndExamId(student.id, ex.id).count();
ExamSheet sheet = ExamSheet.findExamSheetByScanAndStudentId(ex.scanfile.id, student.id).firstResult();
Expand Down Expand Up @@ -2778,7 +2777,6 @@ public Response updateStudentResponse4Cluster(ClusterDTO clusterDto, @PathParam(
an.studentResponseId = stToUpdate.id;
an.stepValue = an1.stepValue;
this.answer2HybridGradedCommentService.persistOrUpdate(an);
log.error("pass par la2");

});
}
Expand Down

0 comments on commit 91e5708

Please sign in to comment.