0
Fork 0
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:
simeng-li 2022-10-13 14:17:27 +08:00
parent 2295946791
commit e4914c9451
No known key found for this signature in database
GPG key ID: 14EA7BB1541E8075

View file

@ -44,8 +44,6 @@ export const getVerificationStorageFromInteraction = async <T = VerificationStor
const verificationResult = resultGuard.safeParse(result);
console.log(result);
if (!verificationResult.success) {
throw new RequestError(
{