diff --git a/library/think/Config.php b/library/think/Config.php index 63cfa10d..c998e4d6 100644 --- a/library/think/Config.php +++ b/library/think/Config.php @@ -60,8 +60,6 @@ class Config self::$config[$range] = []; } if (is_file($file)) { - // 记录加载信息 - App::$debug && Log::record('[ CONFIG ] ' . $file, 'info'); $type = pathinfo($file, PATHINFO_EXTENSION); if ('php' != $type) { return self::parse($file, $type, $name, $range);