remove alerts

This commit is contained in:
Manuel Araoz 2014-08-18 18:44:54 -04:00
parent 884d0b5945
commit fb69da3806
1 changed files with 0 additions and 2 deletions

View File

@ -224,8 +224,6 @@ Network.prototype._onMessage = function(enc) {
this._addConnectedCopayer(payload.copayerId);
break;
default:
console.log(JSON.stringify(self.copayerForPeer));
console.log('data from '+sender+' '+self.copayerForPeer[sender]);
this.emit('data', sender, payload);
}
};