去除Config文件加载的日志信息

This commit is contained in:
thinkphp
2016-06-16 11:08:53 +08:00
parent 1001f8c395
commit 6f937039d4

View File

@@ -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);