From 6f937039d47d3a83fabf20744a378ffb2c78c7aa Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 16 Jun 2016 11:08:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4Config=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=9A=84=E6=97=A5=E5=BF=97=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Config.php | 2 -- 1 file changed, 2 deletions(-) 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);