remove duplicated logging of pengingAuth
This commit is contained in:
parent
740a3a9db9
commit
0eac03394c
@ -33,9 +33,6 @@ export default function handleValidateAuthToken({ body }, meetingId) {
|
||||
check(registeredOn, Number);
|
||||
|
||||
const pendingAuths = pendingAuthenticationsStore.take(meetingId, userId, authToken);
|
||||
|
||||
Logger.info(`PendingAuths length [${pendingAuths.length}]`);
|
||||
if (pendingAuths.length === 0) return;
|
||||
|
||||
Logger.info(`PendingAuths length [${pendingAuths.length}]`);
|
||||
if (pendingAuths.length === 0) return;
|
||||
|
Loading…
Reference in New Issue
Block a user