Skip to content

Commit

Permalink
chore: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hectoras committed Nov 13, 2023
1 parent 4ec1760 commit 030e98e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actions/class.Runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
Expand Down

0 comments on commit 030e98e

Please sign in to comment.