remove spammy log

This commit is contained in:
Girish Ramakrishnan
2025-10-03 11:49:40 +02:00
parent a3a8e67ce2
commit a6355e1945

View File

@@ -410,7 +410,6 @@ async function verify(user, password, identifier, options) {
if (!verified) throw new BoxError(BoxError.INVALID_CREDENTIALS, 'Invalid totpToken');
}
debug(`verify: ${user.username || user.id} authenticated`);
return user;
}