From ae247b1ab8a119b7a5802ae22ef7084364272688 Mon Sep 17 00:00:00 2001 From: abretonc7s Date: Tue, 11 Jul 2023 20:40:30 +0800 Subject: [PATCH] chore: remove unnecessary comments --- app/core/WalletConnect/WalletConnectV2.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/core/WalletConnect/WalletConnectV2.ts b/app/core/WalletConnect/WalletConnectV2.ts index 7d22bc3992e..3529058fdb5 100644 --- a/app/core/WalletConnect/WalletConnectV2.ts +++ b/app/core/WalletConnect/WalletConnectV2.ts @@ -266,11 +266,6 @@ class WalletConnect2Session { ).NetworkController; const selectedChainId = parseInt(networkController.state.network); - Logger.log( - `WC2::handleRequest chainId[${typeof chainId}]=${chainId} selectedChainId[${typeof chainId}]=${selectedChainId}`, - selectedChainId !== chainId, - ); - if (selectedChainId !== chainId) { await this.web3Wallet.rejectRequest({ id: chainId,