Remove commented out code in ServerStatusJob.php

This commit is contained in:
Andras Bacsai 2024-02-26 10:34:44 +01:00
parent 678647f39a
commit b67abe58e8

View File

@ -41,15 +41,6 @@ public function handle()
throw new \RuntimeException('Server is not ready.');
};
try {
// $this->server->validateConnection();
// $this->server->validateOS();
// $docker_installed = $this->server->validateDockerEngine();
// if (!$docker_installed) {
// $this->server->installDocker();
// $this->server->validateDockerEngine();
// }
// $this->server->validateDockerEngineVersion();
if ($this->server->isFunctional()) {
$this->cleanup(notify: false);
}