fix test on node
This commit is contained in:
parent
0780879205
commit
861fb94f66
5 changed files with 24 additions and 28 deletions
|
|
@ -236,7 +236,6 @@ CopayPeer.prototype.send = function(peerIds, data, cb) {
|
|||
peerIds = this.connectedPeers;
|
||||
data.isBroadcast = 1;
|
||||
}
|
||||
console.log('[CopayPeer.js.216:SENDD:]',data); //TODO
|
||||
|
||||
if (Array.isArray(peerIds)) {
|
||||
var l = peerIds.length;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue