mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 07:19:28 -07:00
Remove obsolete code
This commit is contained in:
parent
2c6b7f33f5
commit
cd33e6021d
1 changed files with 0 additions and 2 deletions
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in a new issue