From 2385fc28d4e720b5a2e71cce0e5fc8cf4cfadc8a Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 9 Jun 2014 21:27:29 -0300 Subject: [PATCH] rm log --- js/models/core/WalletFactory.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/models/core/WalletFactory.js b/js/models/core/WalletFactory.js index 1aaa5f460..1984b8333 100644 --- a/js/models/core/WalletFactory.js +++ b/js/models/core/WalletFactory.js @@ -220,8 +220,6 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras }); self.network.on('data', function(sender, data) { if (data.type ==='walletId') { - -console.log('[WalletFactory.js.223]', data.networkName, self.networkName); //TODO if (data.networkName !== self.networkName ){ return cb('badNetwork'); }