Remove dump

This commit is contained in:
Jake Barnby 2025-04-17 22:25:36 +12:00
parent 61cf767232
commit 25a3266301
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -171,8 +171,6 @@ function createDatabase(App $app, string $resourceKey, string $dbName, array $co
$database = is_callable($resource) ? $resource() : $resource;
break; // exit loop on success
} catch (\Exception $e) {
\var_dump($e);
exit;
Console::warning(" └── Database not ready. Retrying connection ({$attempts})...");
if ($attempts >= $max) {
throw new \Exception(' └── Failed to connect to database: ' . $e->getMessage());