Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiecarlton committed Jul 18, 2024
1 parent 2fc349a commit 0de1ee2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/registration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ export async function getBase64EncodedMembraneProof ({
throw new Error('Membrane Proof payload parsing error')
}

console.log(`^&* about to fetch registration`, membrane_proof_server_url)
console.log(`^&* params`, params)
console.log(`^&* JSON.stringify(params)`, JSON.stringify(params))

let data
try {
const resp = await fetch(`${membrane_proof_server_url}`, {
Expand All @@ -66,8 +62,6 @@ export async function getBase64EncodedMembraneProof ({
})

data = await resp.json()

console.log("^&* data", data)
} catch (e: any) {
throw new Error(`Membrane Proof Server network error: ${e?.message}`)
}
Expand Down

0 comments on commit 0de1ee2

Please sign in to comment.