Skip to content

Commit 22729be

Browse files
committed
remove console.log
1 parent 837c98a commit 22729be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

create-hmac.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function Hmac (alg, key) {
1414
this._opad = opad
1515
this._alg = alg
1616

17-
console.log(alg)
1817
var blocksize = (alg === 'sha512' || alg === 'sha384') ? 128 : 64
1918

2019
key = this._key = !Buffer.isBuffer(key) ? new Buffer(key) : key

0 commit comments

Comments
 (0)