Skip to content

Commit

Permalink
chore: remove unused console
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jun 20, 2024
1 parent 8cc0687 commit ae93e49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions layer/store/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,6 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
const [address] = addresses
const session = await walletStrategy.getSessionOrConfirm(address)

console.log({ session })

walletStore.$patch({
address,
addresses,
Expand Down

0 comments on commit ae93e49

Please sign in to comment.