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 @@ public function forceDeploy()
|
|||
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