logging
This commit is contained in:
parent
181fb6d95e
commit
e42336aa6a
1 changed files with 0 additions and 3 deletions
|
@ -398,9 +398,6 @@ public class RemoteProctoringRoomDAOImpl implements RemoteProctoringRoomDAO {
|
||||||
record.getId(),
|
record.getId(),
|
||||||
RemoteProctoringRoom.ATTR_IS_OPEN)
|
RemoteProctoringRoom.ATTR_IS_OPEN)
|
||||||
.map(rec -> rec.getValue())
|
.map(rec -> rec.getValue())
|
||||||
.onError(error -> log.error("Failed to get open flag for proctoring room: {} : {}",
|
|
||||||
record.getName(),
|
|
||||||
error.getMessage()))
|
|
||||||
.getOrElse(() -> Constants.FALSE_STRING));
|
.getOrElse(() -> Constants.FALSE_STRING));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue