mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
refactor(service): remove informational dispatch during service stop for cleaner execution
This commit is contained in:
parent
c272a770e2
commit
58be59a7b3
1 changed files with 0 additions and 1 deletions
|
|
@ -121,7 +121,6 @@ class Heading extends Component
|
|||
public function stop()
|
||||
{
|
||||
try {
|
||||
$this->dispatch('info', 'Gracefully stopping service, it could take a while depending on the service.');
|
||||
StopService::dispatch($this->service, false, $this->docker_cleanup);
|
||||
} catch (\Exception $e) {
|
||||
$this->dispatch('error', $e->getMessage());
|
||||
|
|
|
|||
Loading…
Reference in a new issue