refactor(service): remove informational dispatch during service stop for cleaner execution

This commit is contained in:
Andras Bacsai
2025-05-29 11:11:49 +02:00
parent c272a770e2
commit 58be59a7b3

View File

@@ -121,7 +121,6 @@ class Heading extends Component
public function stop() public function stop()
{ {
try { try {
$this->dispatch('info', 'Gracefully stopping service, it could take a while depending on the service.');
StopService::dispatch($this->service, false, $this->docker_cleanup); StopService::dispatch($this->service, false, $this->docker_cleanup);
} catch (\Exception $e) { } catch (\Exception $e) {
$this->dispatch('error', $e->getMessage()); $this->dispatch('error', $e->getMessage());