diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 0d2e99086..ee4da36ec 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -65,7 +65,6 @@ Wallet.prototype.seedCopayer = function(pubKey) { Wallet.prototype.connectToAll = function() { var all = this.publicKeyRing.getAllCopayerIds(); - console.log('[Wallet.js.58] connecting'); //TODO this.network.connectToCopayers(all); if (this.seededCopayerId) { this.sendWalletReady(this.seededCopayerId);