Fix Docker compose build command and remove debug statements

This commit is contained in:
Andras Bacsai
2023-12-01 22:16:27 +01:00
parent cd7852e4f9
commit 028a2eb275
4 changed files with 2 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ class Show extends Component
{
$this->validate();
$this->env->save();
ray($this->env);
$this->emit('success', 'Environment variable updated successfully.');
$this->emit('refreshEnvs');
}