Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir committed Aug 6, 2024
1 parent a2f690e commit 2e915da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wallet/src/W3mFrame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class W3mFrame {
}
const frameEvent = W3mFrameSchema.frameEvent.parse(data)
if (frameEvent.id === id) {
console.log('Received Frame Event', frameEvent)
callback(frameEvent)
window.removeEventListener('message', eventHandler)
}
Expand Down

0 comments on commit 2e915da

Please sign in to comment.