chore: remove commented out code for docker image pruning

This commit is contained in:
Andras Bacsai 2024-07-25 12:00:14 +02:00
parent 4b29636b42
commit b97abc600e

View File

@ -307,14 +307,6 @@ public function handle(): void
]
);
// $this->execute_remote_command(
// [
// "docker image prune -f >/dev/null 2>&1",
// "hidden" => true,
// "ignore_errors" => true,
// ]
// );
ApplicationStatusChanged::dispatch(data_get($this->application, 'environment.project.team.id'));
}
}