refactor: Remove unnecessary debug statement in ApplicationDeploymentJob

This commit is contained in:
Andras Bacsai
2024-08-06 11:27:10 +02:00
parent f4690bf15a
commit 22f04e4708

View File

@@ -927,7 +927,6 @@ class ApplicationDeploymentJob implements ShouldBeEncrypted, ShouldQueue
$envs->push('HOST=0.0.0.0'); $envs->push('HOST=0.0.0.0');
} }
} }
ray($envs);
if ($envs->isEmpty()) { if ($envs->isEmpty()) {
$this->env_filename = null; $this->env_filename = null;
if ($this->use_build_server) { if ($this->use_build_server) {