From 030e98e459d20dfe78a1c87d68de34e97a1feec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Arroyo?= Date: Mon, 13 Nov 2023 12:14:40 +0100 Subject: [PATCH] chore: Cleanup --- actions/class.Runner.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/actions/class.Runner.php b/actions/class.Runner.php index bf73c3755..e0f24e7e2 100644 --- a/actions/class.Runner.php +++ b/actions/class.Runner.php @@ -314,9 +314,6 @@ public function init() // @fixme Executions for the *same* delivery are still being finished // when the same delivery is started a second time - // @fixme Other executions are being sent to a "You've finished the test" page - // instead of showing a message about the execution being *paused* instead - foreach ($otherDeliveriesExecutionIds as $executionId) { try { $this->getLogger()->debug("Pausing execution {$executionId}");