This commit is contained in:
Manuel Araoz 2014-08-07 18:58:36 -03:00
parent e7980aefaa
commit 9c2b9eb236
1 changed files with 0 additions and 6 deletions

View File

@ -234,12 +234,6 @@ Network.prototype._onMessage = function(enc) {
}
};
Network.prototype._checkAnyPeer = function(msg) {
if (this.connectedPeers.length === 1) {
this.emit('onlyYou');
}
};
Network.prototype._setupConnectionHandlers = function() {
preconditions.checkState(this.socket);
var self = this;