remove log

This commit is contained in:
jr-k 2024-07-22 03:07:00 +02:00
parent 605d3ce84f
commit 52c64d13c3

View File

@ -241,7 +241,7 @@
if (i === curItemIndex) {
secondsBeforeNext = accumulatedTime + safe_duration(item) - timeInCurrentLoop;
console.log("remaining:", secondsBeforeNext, "clock:",clockValue, curItemIndex);
//console.log("remaining:", secondsBeforeNext, "clock:",clockValue, curItemIndex);
}
if (timeInCurrentLoop < accumulatedTime + safe_duration(item)) {