Skip to content

Commit

Permalink
Merge pull request #633 from matiu/feature/livenet4
Browse files Browse the repository at this point in the history
rm log
  • Loading branch information
matiu committed Jun 10, 2014
2 parents 9140446 + 2385fc2 commit 8743d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/models/core/WalletFactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 8743d62

Please sign in to comment.