From f3a012715c36b95b1cf4c2946d628e63cb027cb3 Mon Sep 17 00:00:00 2001 From: Matt Aitken Date: Fri, 30 Aug 2024 19:34:22 +0100 Subject: [PATCH] Fixed weird merge conflict --- apps/coordinator/src/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/coordinator/src/index.ts b/apps/coordinator/src/index.ts index eed6b8861..0d922174f 100644 --- a/apps/coordinator/src/index.ts +++ b/apps/coordinator/src/index.ts @@ -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;