fix: remove debugging output from StartPostgresql command handling

This commit is contained in:
Andras Bacsai 2025-11-05 09:10:15 +01:00
parent 6245c9d971
commit 2db122c851

View file

@ -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');
}