Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Sep 28, 2023
1 parent 24bcbd7 commit 7102e5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const VerifiableCredentialComponent = (
let color = !isVerifying && verifyResult?.error ? token.colorError : token.colorSuccess
color = isVerifying ? token.colorBorder : color

console.log({isLoadingProfile, isVerifying, verifyResult, profile})
return (
<div style={{
padding: '16px',
Expand Down

0 comments on commit 7102e5e

Please sign in to comment.