Browse Source

Reduce log spam

pirate-chain
CalDescent 2 years ago
parent
commit
3eec5b0c5f
  1. 1
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

1
qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

@ -2597,7 +2597,6 @@ class MultiWallet extends LitElement {
})
if (res != null) {
this.arrrWalletAddress = res
console.log("this.arrrWalletAddress set to " + this.arrrWalletAddress)
}
break

Loading…
Cancel
Save