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

@ -27,7 +27,6 @@ describe('PrivateKey model', function() {
var w = new PrivateKey(pkConfig);
var pubk1 = w.getExtendedPublicKeyString();
should.exist(pubk1);
console.log(pubk1);
});
it('should return the private key', function() {