cleanup
This commit is contained in:
parent
cf2a978ad3
commit
d127ecebbe
1 changed files with 0 additions and 2 deletions
|
@ -94,9 +94,7 @@ class ExamUpdateHandler {
|
||||||
.getLmsAPITemplate(lmsSetupId)
|
.getLmsAPITemplate(lmsSetupId)
|
||||||
.getOrThrow()
|
.getOrThrow()
|
||||||
.checkCourseAPIAccess();
|
.checkCourseAPIAccess();
|
||||||
log.info("LMS access OK: {}", lmsSetupId);
|
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
log.info("LMS access NOT OK: {}", lmsSetupId);
|
|
||||||
log.warn("No LMS access, mark all exams of the LMS as not connected to LMS");
|
log.warn("No LMS access, mark all exams of the LMS as not connected to LMS");
|
||||||
if (!failedOrMissing.isEmpty()) {
|
if (!failedOrMissing.isEmpty()) {
|
||||||
failedOrMissing
|
failedOrMissing
|
||||||
|
|
Loading…
Reference in a new issue