Remove debug

This commit is contained in:
Olusesan Ameye
2025-08-27 04:49:10 +00:00
parent 2d6a37297e
commit 7518f02a6e
-1
View File
@@ -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, '<')) {