From 28300630ea922ceb671e01035fed18493c905ada Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 8 May 2018 17:11:15 +0800 Subject: [PATCH] * remove debug property from config object. --- lib/base/front/front.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/base/front/front.class.php b/lib/base/front/front.class.php index 962bed302d..633cdfed84 100644 --- a/lib/base/front/front.class.php +++ b/lib/base/front/front.class.php @@ -1062,7 +1062,6 @@ EOT; $jsConfig->runMode = $runMode; $jsConfig->timeout = isset($config->timeout) ? $config->timeout : ''; $jsConfig->pingInterval = isset($config->pingInterval) ? $config->pingInterval : ''; - $jsConfig->debug = $config->debug; $jsLang = new stdclass(); $jsLang->submitting = isset($lang->loading) ? $lang->loading : '';