Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenary committed Jan 28, 2025
1 parent 5f3649e commit 3c2c32a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/my-near-wallet/src/lib/my-near-wallet-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ export class MyNearWalletConnection {
const handler = async (event: MessageEvent) => {

const message = event.data as WalletMessage;

console.log('message', message);

if (event.origin != this._walletBaseUrl) {
return;
Expand Down

0 comments on commit 3c2c32a

Please sign in to comment.