chore: remove old hoarders list console log

This commit is contained in:
Index 2024-06-29 00:18:01 -05:00
parent 661fcd8ee6
commit bcc2d4db6f

View file

@ -428,7 +428,6 @@ async function HoardersList(min, avatars) {
try {
AvatarsFetched++
const Avatar = (await (await fetch('https://api.polytoria.com/v1/users/' + hoarder.user.id)).json());
console.log(hoarder.user.username, Avatar)
hoarder.user.avatar = Avatar.thumbnail.icon;
} catch(error) {
hoarder.user.avatar = ''