From 5ed1ca617fa34e11fcec92fcc14c84361176e99e Mon Sep 17 00:00:00 2001 From: shimon Date: Thu, 27 Feb 2025 11:02:27 +0200 Subject: [PATCH] cleanup --- app/controllers/general.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/controllers/general.php b/app/controllers/general.php index 1e57830d25..9c7a07e970 100644 --- a/app/controllers/general.php +++ b/app/controllers/general.php @@ -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...');