refactor: Remove unnecessary debug statement in ApplicationDeploymentJob
This commit is contained in:
parent
f4690bf15a
commit
22f04e4708
1 changed files with 0 additions and 1 deletions
|
|
@ -927,7 +927,6 @@ private function save_environment_variables()
|
|||
$envs->push('HOST=0.0.0.0');
|
||||
}
|
||||
}
|
||||
ray($envs);
|
||||
if ($envs->isEmpty()) {
|
||||
$this->env_filename = null;
|
||||
if ($this->use_build_server) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue