Skip to content

Commit

Permalink
chore: remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
abretonc7s committed Jul 11, 2023
1 parent 36abb3c commit 1ffe413
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/core/WalletConnect/WalletConnectV2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1ffe413

Please sign in to comment.