From d8952c8ea393974ea4dd06059cf2cb1b2c69c9a5 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Mon, 29 Jun 2020 10:51:15 +0200 Subject: [PATCH] Remove log statements --- assets/scripts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/scripts.js b/assets/scripts.js index 40d2519..17adcc8 100644 --- a/assets/scripts.js +++ b/assets/scripts.js @@ -159,7 +159,6 @@ async function verifyProofs(opts) { } // One-line sorting function (order verifications by type) - console.log(keyData.notations); verifications = verifications.sort((a,b) => (a.type > b.type) ? 1 : ((b.type > a.type) ? -1 : 0)); // Generate feedback @@ -196,7 +195,6 @@ async function displayProfile(opts) { } // One-line sorting function (order verifications by type) - console.log(keyData.notations); verifications = verifications.sort((a,b) => (a.type > b.type) ? 1 : ((b.type > a.type) ? -1 : 0)); // Generate feedback