From 0e802df186465a18dbb709497c221b3951a44e61 Mon Sep 17 00:00:00 2001 From: lastlink Date: Tue, 7 May 2019 11:53:44 -0400 Subject: [PATCH] more code cleanup --- app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.js b/app.js index a894ce8..2ff2699 100644 --- a/app.js +++ b/app.js @@ -153,10 +153,7 @@ $$('input').map(function ($el) { $el.disabled = false; }); $$('button').map(function ($el) { $el.disabled = false; }); }) - - // jws = jwk.sign(payload) - // jwt = jws.protected + '.' + jws.payload + '.' + jws.signature - + }); $('.js-generate').hidden = false;