Merge pull request #633 from matiu/feature/livenet4

rm log
This commit is contained in:
Matias Alejo Garcia 2014-06-09 21:29:46 -03:00
commit 8743d62800
1 changed files with 0 additions and 2 deletions

View File

@ -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');
}