Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Jul 17, 2024
1 parent 286d180 commit 87e4e83
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 @@ -246,8 +246,6 @@ export const useSharedWalletStore = defineStore('sharedWallet', {
}

if (walletStore.privateKey) {
console.log('connecting wallet!')

walletStore.connectWallet(Wallet.PrivateKey, {
privateKey: walletStore.privateKey,
isAutoSign: false
Expand Down

0 comments on commit 87e4e83

Please sign in to comment.