Merge pull request #685 from braydonf/bug/ecdsa-console

ECDSA: Remove console.log
This commit is contained in:
Manuel Aráoz 2014-12-09 15:53:35 -03:00
commit af0991fa6d
1 changed files with 0 additions and 1 deletions

View File

@ -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,