remove comments

This commit is contained in:
arc-alex
2025-04-02 11:40:31 +02:00
parent 05e3c8a9f8
commit 9feec76858
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -182,10 +182,7 @@ export function load(
rundown: OntimeRundown,
initialData?: Partial<TimerState & RestorePoint>,
): boolean {
// we need to persist the current block state across loads
// const prevCurrentBlock = { ...runtimeState.currentBlock };
softClear();
// runtimeState.currentBlock = prevCurrentBlock;
// filter rundown
const timedEvents = filterTimedEvents(rundown);