mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
debug
This commit is contained in:
parent
7ab55e0694
commit
d980711c30
1 changed files with 0 additions and 6 deletions
|
|
@ -223,12 +223,6 @@ App::post('/v1/projects')
|
|||
$create = false;
|
||||
}
|
||||
|
||||
var_dump($dsn->getHost());
|
||||
var_dump(in_array($dsn->getHost(), $sharedTablesV1));
|
||||
var_dump($sharedTablesV1);
|
||||
var_dump($globalCollections);
|
||||
var_dump($create);
|
||||
|
||||
if ($create || !$globalCollections) {
|
||||
var_dump('#######');
|
||||
var_dump($globalCollections);
|
||||
|
|
|
|||
Loading…
Reference in a new issue