rm console.log
This commit is contained in:
parent
614ed087c7
commit
b46a05fe4a
1 changed files with 0 additions and 2 deletions
|
|
@ -371,7 +371,6 @@ Network.prototype.getCopayerIds = function() {
|
||||||
for (var peerId in this.copayerForPeer) {
|
for (var peerId in this.copayerForPeer) {
|
||||||
copayerIds.push(this.copayerForPeer[peerId]);
|
copayerIds.push(this.copayerForPeer[peerId]);
|
||||||
}
|
}
|
||||||
console.log('[Async.js.373]', copayerIds); //TODO
|
|
||||||
return copayerIds;
|
return copayerIds;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -384,7 +383,6 @@ Network.prototype.send = function(dest, payload, cb) {
|
||||||
var self = this;
|
var self = this;
|
||||||
if (!dest) {
|
if (!dest) {
|
||||||
dest = this.getCopayerIds();
|
dest = this.getCopayerIds();
|
||||||
console.log('[Async.js.383:dest:]', dest); //TODO
|
|
||||||
payload.isBroadcast = 1;
|
payload.isBroadcast = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue