Remove several console.log
This commit is contained in:
parent
a2c39714c4
commit
68697dc3a7
6 changed files with 2 additions and 13 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue