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