From 304c39c2b78a2bcfee7355852074c03b337188ce Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 1 May 2014 21:59:39 -0300 Subject: [PATCH] rm logs --- js/models/core/Wallet.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index b456a95b5..8f3ac07e2 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -51,10 +51,8 @@ Wallet.getRandomId = function() { Wallet.prototype.connectToAll = function() { var all = this.publicKeyRing.getAllCopayerIds(); -console.log('[Wallet.js.52:connectToAll:]',all); //TODO this.network.connectToCopayers(all); if (this.firstCopayerId) { -console.log('[Wallet.js.56:firstCopayerId:]',this.firstCopayerId); //TODO this.sendWalletReady(this.firstCopayerId); this.firstCopayerId = null; }