From 87e4e83b25434bb45bc9169309f22166ed93c6e9 Mon Sep 17 00:00:00 2001 From: thomasRalee Date: Thu, 18 Jul 2024 03:33:22 +0800 Subject: [PATCH] chore: remove console log --- layer/store/wallet.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/layer/store/wallet.ts b/layer/store/wallet.ts index fc620ac..15ba139 100644 --- a/layer/store/wallet.ts +++ b/layer/store/wallet.ts @@ -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