Fixed weird merge conflict

This commit is contained in:
Matt Aitken
2024-08-30 19:34:22 +01:00
parent 021e0741f5
commit f3a012715c
-5
View File
@@ -580,11 +580,6 @@ class TaskCoordinator {
return;
}
if (message.version === "v2") {
completeWithoutCheckpoint(true);
return;
}
const { canCheckpoint, willSimulate } = await this.#checkpointer.init();
const willCheckpointAndRestore = canCheckpoint || willSimulate;