From 7518f02a6e88d0bf32c54ad5f2dbdbf9bcc18cc2 Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Wed, 27 Aug 2025 04:49:10 +0000 Subject: [PATCH] Remove debug --- public/index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/index.php b/public/index.php index 8674b01..5ec58a7 100644 --- a/public/index.php +++ b/public/index.php @@ -5,7 +5,6 @@ * CHECK PHP VERSION *--------------------------------------------------------------- */ -var_dump(getenv('CI_ENVIRONMENT')); $minPhpVersion = '8.1'; // If you update this, don't forget to update `spark`. if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {