From ca7b9168c34efcce6504c5f2a1bdbdcc6e8b8c17 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 3 Jun 2014 17:46:37 -0300 Subject: [PATCH] rm log --- js/models/core/Wallet.js | 1 - 1 file changed, 1 deletion(-) 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);