chore: remove forgotten, old hoarders list console log
This commit is contained in:
parent
bcc2d4db6f
commit
2cce628807
1 changed files with 0 additions and 2 deletions
|
|
@ -431,7 +431,6 @@ async function HoardersList(min, avatars) {
|
||||||
hoarder.user.avatar = Avatar.thumbnail.icon;
|
hoarder.user.avatar = Avatar.thumbnail.icon;
|
||||||
} catch(error) {
|
} catch(error) {
|
||||||
hoarder.user.avatar = ''
|
hoarder.user.avatar = ''
|
||||||
console.log(hoarder.user.username + ` (${hoarder.user.id}) - avatar failed`)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -595,7 +594,6 @@ async function HoardersList(min, avatars) {
|
||||||
});
|
});
|
||||||
|
|
||||||
const UpdateHoardersList = function () {
|
const UpdateHoardersList = function () {
|
||||||
console.log(Hoarders, AmountOfHoarders, Groups);
|
|
||||||
Current.innerText = Page + 1;
|
Current.innerText = Page + 1;
|
||||||
|
|
||||||
if (Groups[Page] !== undefined) {
|
if (Groups[Page] !== undefined) {
|
||||||
|
|
|
||||||
Reference in a new issue