mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-24 16:39:13 +00:00
remove test log
This commit is contained in:
@@ -183,7 +183,6 @@ export const updateRoll = (currentTimers: CurrentTimers) => {
|
|||||||
updatedTimer -= dayInMs;
|
updatedTimer -= dayInMs;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(Math.floor(_startAt / 1000), Math.floor(clock / 1000));
|
|
||||||
|
|
||||||
if (updatedTimer < 0) {
|
if (updatedTimer < 0) {
|
||||||
isPrimaryFinished = true;
|
isPrimaryFinished = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user