remove debug from dev

This commit is contained in:
lelo 2025-03-25 21:50:47 +00:00
parent 29c2e0a941
commit b348b4444f

View File

@ -25,8 +25,6 @@ function paintFile() {
if (currentMusicFileElement) {
currentMusicFileElement.closest('.file-item').classList.add('currently-playing');
}
} else {
console.log('Current track not found in the updated list.');
}
}
}