mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor: Remove debug code for saving environment variables
This commit is contained in:
parent
566faba6e3
commit
e4ee149085
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ class All extends Component
|
|||
$this->resource->environment_variables_preview()->whereNotIn('key', array_keys($variables))->delete();
|
||||
} else {
|
||||
$variables = parseEnvFormatToArray($this->variables);
|
||||
ray($variables, $this->variables);
|
||||
$this->resource->environment_variables()->whereNotIn('key', array_keys($variables))->delete();
|
||||
}
|
||||
foreach ($variables as $key => $variable) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue