Skip to content

Commit

Permalink
remove: console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LukassF committed Feb 26, 2024
1 parent 3024c96 commit 0790def
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/apps/modal-example/src/routes/solanaInitOnConnect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default function SolanaLazy() {
)

adapter.on('connect', (pk) => {
console.log('connected init')
setPublicKey(pk)
})

Expand Down

0 comments on commit 0790def

Please sign in to comment.