summaryrefslogtreecommitdiff
path: root/frontend/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/main.js')
-rw-r--r--frontend/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.js b/frontend/main.js
index 530b690..f960125 100644
--- a/frontend/main.js
+++ b/frontend/main.js
@@ -228,7 +228,6 @@ async function startLoadTimers() {
textList.push(`timer-txt-${i}`);
progList.push(`timer-prog-${i}`);
- console.log(progList);
endTimestamps.push(Date.parse(timers[i]["end_time"]));
startTimestamps.push(Date.parse(timers[i]["start_time"]));
}
@@ -241,6 +240,7 @@ async function startLoadTimers() {
}
console.log(textList);
+ console.log(progList);
console.log(endTimestamps);
console.log(startTimestamps);