diff --git a/app/Http/Livewire/RunCommand.php b/app/Http/Livewire/RunCommand.php index 96add0fb3..b61cc0374 100755 --- a/app/Http/Livewire/RunCommand.php +++ b/app/Http/Livewire/RunCommand.php @@ -22,22 +22,7 @@ public function render() public function runCommand() { $this->isKeepAliveOn = true; - - // Override manual to experiment - $override = 0; - - if ($override) { - // Good to play with the throttle feature - $sleepingBeauty = 'x=1; while [ $x -le 40 ]; do sleep 0.1 && echo "Welcome $x times" $(( x++ )); done'; - - $this->activity = coolifyProcess(<<activity = coolifyProcess($this->command, 'testing-host'); }