Remove several console.log
This commit is contained in:
parent
a2c39714c4
commit
68697dc3a7
6 changed files with 2 additions and 13 deletions
|
|
@ -433,7 +433,6 @@ describe('Network / Async', function() {
|
|||
|
||||
var lockIds = ['abc001', 'abc002'];
|
||||
n.lockIncommingConnections(lockIds);
|
||||
console.log(n.allowedCopayerIds);
|
||||
Object.keys(n.allowedCopayerIds).length.should.be.equal(2);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue