remove duplicated logging of pengingAuth

This commit is contained in:
Anton Georgiev 2021-02-22 19:48:14 +00:00
parent 740a3a9db9
commit 0eac03394c

View File

@ -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;