From b348b4444f11535660732076bc856c71c41358c9 Mon Sep 17 00:00:00 2001 From: lelo Date: Tue, 25 Mar 2025 21:50:47 +0000 Subject: [PATCH] remove debug from dev --- static/app.js | 2 -- 1 file changed, 2 deletions(-) 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.'); } } }