Skip to content

Commit 3a21be4

Browse files
author
Julien Neuhart
committed
Remove debug logs
1 parent 23fccf9 commit 3a21be4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

utils/check_php_env_var_changes.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
<?php
22

33
$phpEnvVarCache = include '/opt/php_env_var_cache.php';
4-
5-
error_log(var_export($phpEnvVarCache, true));
6-
74
$envVars = getenv();
8-
9-
error_log(var_export($envVars, true));
10-
115
$shouldGenerateConfig = false;
126
$phpEnvVar = [];
137

@@ -25,8 +19,6 @@
2519
}
2620
}
2721

28-
error_log(var_export($phpEnvVar, true));
29-
3022
if ($shouldGenerateConfig === false) {
3123
echo "0";
3224
exit(0);

0 commit comments

Comments
 (0)