remove console.logs

This commit is contained in:
Manuel Araoz 2014-08-14 15:08:55 -04:00
commit 439d44cf80
3 changed files with 3 additions and 21 deletions

View file

@ -233,7 +233,6 @@ WalletFactory.prototype.joinCreateSession = function(secret, nickname, passphras
});
self.network.on('serverError', function() {
console.log('[WalletFactory.js.236]'); //TODO
return cb('joinError');
});