Revert "chore: add temporary error log on authenticator authentication options generation"

This reverts commit c098256f2f.
This commit is contained in:
Karol Sójko
2023-03-09 13:01:14 +01:00
parent 33e6ff67d6
commit 2fd879bb2d

View File

@@ -32,8 +32,6 @@ export class GetAuthenticatorAuthenticationResponse implements UseCaseInterface<
try {
authenticatorResponse = await this.authenticatorVerificationPromptFunction(authenticationOptions)
} catch (error) {
console.error(error)
return Result.fail(`Could not generate authenticator authentication options: ${(error as Error).message}`)
}