Remove several console.log

This commit is contained in:
Matias Pando 2015-01-29 16:44:32 -03:00
commit 68697dc3a7
6 changed files with 2 additions and 13 deletions

View file

@ -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);
});
});