mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
cleanup
This commit is contained in:
parent
12f274223f
commit
5ed1ca617f
1 changed files with 0 additions and 8 deletions
|
|
@ -591,10 +591,6 @@ App::init()
|
|||
Query::equal('domain', [$domain->get()])
|
||||
]);
|
||||
}
|
||||
var_dump([
|
||||
'location' => 'general.php.1',
|
||||
'domainDocument' => $domainDocument
|
||||
]);
|
||||
|
||||
if ($domainDocument->isEmpty()) {
|
||||
$domainDocument = new Document([
|
||||
|
|
@ -607,10 +603,6 @@ App::init()
|
|||
'projectInternalId' => 'console'
|
||||
]);
|
||||
|
||||
var_dump([
|
||||
'location' => 'general.php.2',
|
||||
'domainDocument' => $domainDocument
|
||||
]);
|
||||
$domainDocument = $dbForPlatform->createDocument('rules', $domainDocument);
|
||||
|
||||
Console::info('Issuing a TLS certificate for the main domain (' . $domain->get() . ') in a few seconds...');
|
||||
|
|
|
|||
Loading…
Reference in a new issue