From cd33e6021de2b4de529ed0c2c52cd1b0f1329f46 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 6 Sep 2020 19:11:16 +0200 Subject: [PATCH] Remove obsolete code --- static/scripts.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/scripts.js b/static/scripts.js index 5a21bd6..9ca83b3 100644 --- a/static/scripts.js +++ b/static/scripts.js @@ -249,8 +249,6 @@ async function displayProfile(opts) { let userMail = userData.email ? userData.email : null; let imgUri = null; - keyData.publicKey.users.forEach((user, i) => { - }); let notations = [], notationsRaw = []; for (var i = 0; i < keyData.publicKey.users.length; i++) {