Skip to content

Commit

Permalink
removing comments and logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Oct 16, 2023
1 parent 982bce5 commit 7c5ccdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/antelope/wallets/authenticators/WalletConnectAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ export class WalletConnectAuth extends EVMAuthenticator {
const sameAddress = providerAddress.toLocaleLowerCase() === address.toLocaleLowerCase();
this.usingQR = !sameAddress;
this.trace('walletConnectLogin', 'providerAddress:', providerAddress, 'address:', address, 'sameAddress:', sameAddress);

// FIXME: remove the following logs
console.log('walletConnectLogin', 'using QR:', this.usingQR);
console.log('walletConnectLogin', 'providerAddress:', providerAddress, 'address:', address, 'sameAddress:', sameAddress);
}
this.trace('walletConnectLogin', 'using QR:', this.usingQR);

Expand Down

0 comments on commit 7c5ccdc

Please sign in to comment.