From bcc2d4db6f1fd0e835f24b9d0042f94ae62a9471 Mon Sep 17 00:00:00 2001 From: Index Date: Sat, 29 Jun 2024 00:18:01 -0500 Subject: [PATCH] chore: remove old hoarders list console log --- js/store/item-view.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/store/item-view.js b/js/store/item-view.js index d8e8112..9c59b4d 100755 --- a/js/store/item-view.js +++ b/js/store/item-view.js @@ -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 = ''