Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbarrdahl committed Apr 6, 2024
1 parent fd32452 commit 4191a3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/eas/createEAS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export function createEAS(signer: JsonRpcSigner, network: string): EAS {

const eas = new EAS(contracts.eas);

console.log(eas, signer);
console.log("Connecting signer to EAS");
return eas.connect(signer as unknown as TransactionSigner);
}
Expand Down

0 comments on commit 4191a3e

Please sign in to comment.