This commit is contained in:
Matias Alejo Garcia 2014-06-09 20:12:17 -03:00
parent ee323e5f1c
commit fcc1633816
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ Network.prototype.connectToCopayers = function(copayerIds) {
if (this.allowedCopayerIds && !this.allowedCopayerIds[copayerId]) {
this._deletePeer(this.peerFromCopayer(copayerId));
} else {
console.log('[WebRTC.js.134] CONNECT TO', copayerId); //TODO
self.connectTo(copayerId);
}
});