refactor: Remove unnecessary debug statement in ServerCheckJob
This commit is contained in:
parent
92ebc3f0c6
commit
c5de1a25c3
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ public function handle()
|
|||
return 'Server is not ready.';
|
||||
}
|
||||
if (! $this->server->isSwarmWorker() && ! $this->server->isBuildServer()) {
|
||||
ray('Server is not a worker or build server.');
|
||||
['containers' => $this->containers, 'containerReplicates' => $containerReplicates] = $this->server->getContainers();
|
||||
if (is_null($this->containers)) {
|
||||
return 'No containers found.';
|
||||
|
|
|
|||
Loading…
Reference in a new issue