rm log
This commit is contained in:
parent
ee323e5f1c
commit
fcc1633816
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue