diff --git a/static/app.js b/static/app.js index 982ef7e..415b06a 100644 --- a/static/app.js +++ b/static/app.js @@ -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.'); } } }