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 @@ class StartPostgresql
}
$this->commands[] = "echo 'Database started.'";
ray($this->commands);
return remote_process($this->commands, $database->destination->server, callEventOnFinish: 'DatabaseStatusChanged');
}