瀏覽代碼

Forgot to remove this debug-debug log lol

AGuyNamedJens 2 年之前
父節點
當前提交
b1f6528605
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      public/install/functions.php

+ 0 - 1
public/install/functions.php

@@ -266,7 +266,6 @@ function wh_log(string $message, string $level = 'info', array $context = []): v
 
     switch (strtolower($level)) {
         case 'debug': // Only log debug messages if APP_DEBUG is true
-            wh_log('APP_DEBUG: ' . getEnvironmentValue('APP_DEBUG'));
             if(getEnvironmentValue('APP_DEBUG') === false) return;
             $log->debug($message, $context);
             break;