mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Remove dump
This commit is contained in:
parent
61cf767232
commit
25a3266301
1 changed files with 0 additions and 2 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in a new issue