Merge pull request #685 from braydonf/bug/ecdsa-console
ECDSA: Remove console.log
This commit is contained in:
commit
af0991fa6d
@ -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