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