From 7bfc0f6368e98d539c76872d608b7a42613a56e5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 9 Aug 2016 20:32:04 -0600 Subject: [PATCH] fix #8, nix extra logs --- node.js | 1 - 1 file changed, 1 deletion(-) diff --git a/node.js b/node.js index 14208f0..d0b660d 100644 --- a/node.js +++ b/node.js @@ -46,7 +46,6 @@ function create(deps) { } var input = RSA._thumbprintInput(publicKeyJwk.n, publicKeyJwk.e); - console.log('thumbprint input', input.toString('ascii')); var base64Digest = crypto.createHash('sha256').update(input).digest('base64'); return RSA.utils.toWebsafeBase64(base64Digest);