From: 2weiEmu Date: Thu, 12 Mar 2026 19:24:30 +0000 (+0100) Subject: updated: remove thing that allows for cheating because Jop complained X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=681a34c75ce42e5240389d1a9b23b710ff285aee;p=binbsis50.git updated: remove thing that allows for cheating because Jop complained --- diff --git a/public/js/app.js b/public/js/app.js index a3f90a0..99f0ae0 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -658,7 +658,6 @@ }; var loadTrack = function(previewUrl) { - console.log(previewUrl + " is the URL being loaded"); audio.src = previewUrl; };