fix: remove debugging output from StartPostgresql command handling
This commit is contained in:
parent
6245c9d971
commit
2db122c851
1 changed files with 0 additions and 2 deletions
|
|
@ -231,8 +231,6 @@ public function handle(StandalonePostgresql $database)
|
||||||
}
|
}
|
||||||
$this->commands[] = "echo 'Database started.'";
|
$this->commands[] = "echo 'Database started.'";
|
||||||
|
|
||||||
ray($this->commands);
|
|
||||||
|
|
||||||
return remote_process($this->commands, $database->destination->server, callEventOnFinish: 'DatabaseStatusChanged');
|
return remote_process($this->commands, $database->destination->server, callEventOnFinish: 'DatabaseStatusChanged');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue