From b67abe58e8b7d7e33f7b7089e634e5a3bdc38cb1 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 26 Feb 2024 10:34:44 +0100 Subject: [PATCH] Remove commented out code in ServerStatusJob.php --- app/Jobs/ServerStatusJob.php | 9 --------- 1 file changed, 9 deletions(-) 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); }