Skip to content

Commit

Permalink
chore(web-app): remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jul 5, 2024
1 parent b0562be commit e3685eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/web-app/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ export default function IdentitiesPage() {
useEffect(() => {
const privateKey = localStorage.getItem("identity")

console.log(privateKey)

if (privateKey) {
const identity = Identity.import(privateKey)

console.log(identity.privateKey)

setIdentity(identity)

setLog("Your Semaphore identity has been retrieved from the browser cache 👌🏽")
Expand Down

0 comments on commit e3685eb

Please sign in to comment.