Removed console log

pull/5370/head
ioedeveloper 2 years ago
parent e5f3c2bf19
commit 390f61193e
  1. 1
      apps/walletconnect/src/services/WalletConnectRemixClient.ts

@ -51,7 +51,6 @@ export class WalletConnectRemixClient extends PluginClient {
subscribeToEvents () {
this.wagmiConfig.subscribe((event) => {
console.log('this.wagmiConfig event subscribed: ', this.wagmiConfig)
if (event.status === 'connected') {
this.emit('accountsChanged', [event.data.account])
if (this.currentChain !== event.data.chain.id) {

Loading…
Cancel
Save