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,