remove log
This commit is contained in:
parent
605d3ce84f
commit
52c64d13c3
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user