chore: remove avatar sandbox console logs
This commit is contained in:
parent
f6eba67d6e
commit
d743aaf820
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue