code cleanup
This commit is contained in:
parent
6d64f8fc79
commit
6a15effa80
1 changed files with 0 additions and 1 deletions
|
@ -663,7 +663,6 @@ public class ZoomProctoringService implements ExamProctoringService {
|
||||||
|
|
||||||
private long expiryTimeforExam(final ProctoringServiceSettings examProctoring) {
|
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 nowInSeconds = Utils.getSecondsNow();
|
||||||
final long nowPlusOneDayInSeconds = nowInSeconds + Utils.toSeconds(Constants.DAY_IN_MILLIS);
|
final long nowPlusOneDayInSeconds = nowInSeconds + Utils.toSeconds(Constants.DAY_IN_MILLIS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue