Skip to content

Commit

Permalink
commenting out error
Browse files Browse the repository at this point in the history
  • Loading branch information
pellicceama committed Nov 1, 2022
1 parent 5f3d76e commit e3f3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/verifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function attemptTcrVerificationForAsset(networkCode: string, addres
}

} catch (err) {
console.error(err);
// console.error(err);
return {
verified: false,
verifications: []
Expand Down

0 comments on commit e3f3b6e

Please sign in to comment.