From d743aaf82032a31371fc4958da4f524b89c8a62c Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 5 Jul 2024 05:02:39 -0500 Subject: [PATCH] chore: remove avatar sandbox console logs --- js/account/avatar-sandbox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index 67723bd..b967a47 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -464,8 +464,6 @@ async function LoadItems() { document.getElementById('pagination-last').classList.add('disabled'); } if (Page > 1 && PageCount > 1) { - console.log('aaa') - console.log(Page > 1, PageCount > 1) document.getElementById('pagination-prev').classList.remove('disabled'); document.getElementById('pagination-first').classList.remove('disabled'); } else {