ECDSA: Remove console.log

This commit is contained in:
Braydon Fuller 2014-12-09 13:51:10 -05:00
parent fb1978c5f5
commit c86f6d68a9
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,