fix(CheckProxy, Status): prevent proxy checks when force_stop is active; remove debug statement in General

This commit is contained in:
Andras Bacsai
2025-04-05 14:32:51 +02:00
parent 61c689d807
commit 3176106222
3 changed files with 4 additions and 3 deletions

View File

@@ -455,7 +455,6 @@ class General extends Component
{
$config = GenerateConfig::run($this->application, true);
$fileName = str($this->application->name)->slug()->append('_config.json');
dd($config);
return response()->streamDownload(function () use ($config) {
echo $config;