ECDSA: Remove console.log

This commit is contained in:
Braydon Fuller 2014-12-09 13:51:10 -05:00
parent fb1978c5f5
commit c86f6d68a9

View File

@ -260,7 +260,6 @@ ECDSA.prototype.verify = function() {
}; };
ECDSA.sign = function(hashbuf, privkey, endian) { ECDSA.sign = function(hashbuf, privkey, endian) {
console.log('Signing', hashbuf, 'with key', privkey);
return ECDSA().set({ return ECDSA().set({
hashbuf: hashbuf, hashbuf: hashbuf,
endian: endian, endian: endian,