remove spammy log
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user