diff --git a/app/Actions/Database/StartPostgresql.php b/app/Actions/Database/StartPostgresql.php index 925020af8..1ae0d56a0 100644 --- a/app/Actions/Database/StartPostgresql.php +++ b/app/Actions/Database/StartPostgresql.php @@ -231,8 +231,6 @@ public function handle(StandalonePostgresql $database) } $this->commands[] = "echo 'Database started.'"; - ray($this->commands); - return remote_process($this->commands, $database->destination->server, callEventOnFinish: 'DatabaseStatusChanged'); }