From f51afd2ead09b0fb304a2407797dac29cf34c484 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sat, 26 Feb 2022 15:09:28 +0100 Subject: [PATCH] Remove obsolete code --- static-src/ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static-src/ui.js b/static-src/ui.js index fee9f45..891cba1 100644 --- a/static-src/ui.js +++ b/static-src/ui.js @@ -158,7 +158,6 @@ const runVerificationForm = () => { verificationKeys: window.kx.key.object }); - console.log(verified); if (await verified.signatures[0].verified) { elFormVerify.querySelector('.output').value = `The message was signed by the profile's key.`; } else {