From 8961d755a2c1dbdcdb2d7d4f8dd29e7c1e749eb3 Mon Sep 17 00:00:00 2001 From: wwccss Date: Thu, 18 Jul 2013 13:54:15 +0800 Subject: [PATCH] - remove the debug code. --- framework/router.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/router.class.php b/framework/router.class.php index 90c646e801..c5cfa12018 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -1586,7 +1586,6 @@ class router /* If error level is serious, die. */ if($level == E_ERROR or $level == E_PARSE or $level == E_CORE_ERROR or $level == E_COMPILE_ERROR or $level == E_USER_ERROR) { - echo $level; if(empty($this->config->debug)) die(); if(PHP_SAPI == 'cli') die($errorLog);