diff --git a/app/Jobs/ServerStatusJob.php b/app/Jobs/ServerStatusJob.php index d0243fa9a..31683d097 100644 --- a/app/Jobs/ServerStatusJob.php +++ b/app/Jobs/ServerStatusJob.php @@ -41,15 +41,6 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted 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); }