code cleanup

This commit is contained in:
anhefti 2023-02-20 13:19:19 +01:00
parent 6d64f8fc79
commit 6a15effa80

View file

@ -663,7 +663,6 @@ public class ZoomProctoringService implements ExamProctoringService {
private long expiryTimeforExam(final ProctoringServiceSettings examProctoring) {
// NOTE: following is the original code that includes the exam end time but seems to make trouble for OLAT
final long nowInSeconds = Utils.getSecondsNow();
final long nowPlusOneDayInSeconds = nowInSeconds + Utils.toSeconds(Constants.DAY_IN_MILLIS);