Remove obsolete code

This commit is contained in:
Yarmo Mackenbach 2020-09-06 19:11:16 +02:00
parent 2c6b7f33f5
commit cd33e6021d

View file

@ -249,8 +249,6 @@ async function displayProfile(opts) {
let userMail = userData.email ? userData.email : null; let userMail = userData.email ? userData.email : null;
let imgUri = null; let imgUri = null;
keyData.publicKey.users.forEach((user, i) => {
});
let notations = [], notationsRaw = []; let notations = [], notationsRaw = [];
for (var i = 0; i < keyData.publicKey.users.length; i++) { for (var i = 0; i < keyData.publicKey.users.length; i++) {