From 6f4efdd47804cdeadce21667ac5b8521fff66566 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 1 May 2014 17:36:11 -0300 Subject: [PATCH] rm logs --- 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 f35ce6f6e..0e704da06 100644 --- a/js/models/core/WalletFactory.js +++ b/js/models/core/WalletFactory.js @@ -152,11 +152,9 @@ WalletFactory.prototype.remove = function(walletId) { WalletFactory.prototype.joinCreateSession = function(secret, nickname, cb) { var self = this; -console.log('[WalletFactory.js.154]'); //TODO var s; try { s=Wallet.decodeSecret(secret); -console.log('[WalletFactory.js.157]',s); //TODO } catch (e) { return cb('badSecret'); }