ECDSA: Remove console.log
This commit is contained in:
parent
fb1978c5f5
commit
c86f6d68a9
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user