mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Remove log statements
This commit is contained in:
parent
60ef35fd79
commit
d8952c8ea3
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue