aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/js/radio_emulator.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/js/radio_emulator.js b/client/js/radio_emulator.js
index 3bd0315..7c69151 100644
--- a/client/js/radio_emulator.js
+++ b/client/js/radio_emulator.js
@@ -236,9 +236,6 @@ function fadeInAudio()
{
timeSpan = timeSpan + timeStep;
var newVolume = Math.sin(i*(Math.PI/180));
- debugLog(i)
- debugLog(timeSpan)
- debugLog(newVolume)
setTimeout( preciseIncreaseVolume(newVolume), timeSpan);
}
}
@@ -298,6 +295,7 @@ function listCallback(json, params)
for ( var i = 0; i < json.list.length - 1; i++)
{
debugLog("getting there")
+ debugLog(`${json.list[i].starts_on} < ${values.now_on_sequence} < ${json.list[i+1].starts_on}` )
if ( values.now_on_sequence > json.list[i].starts_on && values.now_on_sequence < json.list[i+1].starts_on )
{
if( i !== 0)