remove test log

This commit is contained in:
arc-alex
2023-11-20 18:24:11 +01:00
parent 22d89c6fbc
commit 8cabb347e9
-1
View File
@@ -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;