diff --git a/lib/crypto/ecdsa.js b/lib/crypto/ecdsa.js index 0ff35b5..a5e14eb 100644 --- a/lib/crypto/ecdsa.js +++ b/lib/crypto/ecdsa.js @@ -260,7 +260,6 @@ ECDSA.prototype.verify = function() { }; ECDSA.sign = function(hashbuf, privkey, endian) { - console.log('Signing', hashbuf, 'with key', privkey); return ECDSA().set({ hashbuf: hashbuf, endian: endian,