mirror of
https://github.com/logto-io/logto.git
synced 2025-03-31 22:51:25 -05:00
fix(core): remove log
remove log
This commit is contained in:
parent
2295946791
commit
e4914c9451
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ export const getVerificationStorageFromInteraction = async <T = VerificationStor
|
|||
|
||||
const verificationResult = resultGuard.safeParse(result);
|
||||
|
||||
console.log(result);
|
||||
|
||||
if (!verificationResult.success) {
|
||||
throw new RequestError(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue