diff --git a/app/core/WalletConnect/WalletConnectV2.ts b/app/core/WalletConnect/WalletConnectV2.ts index 5ef06b27c0c5..868bf19025ad 100644 --- a/app/core/WalletConnect/WalletConnectV2.ts +++ b/app/core/WalletConnect/WalletConnectV2.ts @@ -262,11 +262,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,