remove onlyYou message

This commit is contained in:
Manuel Araoz 2014-08-07 18:58:12 -03:00
commit e7980aefaa
2 changed files with 1 additions and 3 deletions

View file

@ -258,6 +258,7 @@ Network.prototype._setupConnectionHandlers = function() {
};
Network.prototype._handlePeerError = function(err) {
alert(err);
console.log('RECV ERROR: ', err);
if (err.message.match(/Could\snot\sconnect\sto peer/)) {
this._checkAnyPeer();