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