chore(application): remove debugging statement from loadComposeFile method

This commit is contained in:
Andras Bacsai 2025-09-26 13:00:12 +02:00
parent 2a3a46c337
commit 8b4aa7f31d

View file

@ -1503,7 +1503,6 @@ public function loadComposeFile($isInit = false)
} else {
$this->docker_compose_domains = null;
}
ray($this->docker_compose_domains);
$this->save();
}