refactor: Remove unnecessary debug statement in ServerCheckJob
This commit is contained in:
@@ -72,7 +72,6 @@ class ServerCheckJob implements ShouldBeEncrypted, ShouldQueue
|
|||||||
return 'Server is not ready.';
|
return 'Server is not ready.';
|
||||||
}
|
}
|
||||||
if (! $this->server->isSwarmWorker() && ! $this->server->isBuildServer()) {
|
if (! $this->server->isSwarmWorker() && ! $this->server->isBuildServer()) {
|
||||||
ray('Server is not a worker or build server.');
|
|
||||||
['containers' => $this->containers, 'containerReplicates' => $containerReplicates] = $this->server->getContainers();
|
['containers' => $this->containers, 'containerReplicates' => $containerReplicates] = $this->server->getContainers();
|
||||||
if (is_null($this->containers)) {
|
if (is_null($this->containers)) {
|
||||||
return 'No containers found.';
|
return 'No containers found.';
|
||||||
|
Reference in New Issue
Block a user