From bdf95e9d4462defae95445612119b9097d566f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 30 Oct 2020 17:38:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/BaseObject.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Abstracts/BaseObject.php b/System/Abstracts/BaseObject.php index 17eca5ba..7cde3091 100644 --- a/System/Abstracts/BaseObject.php +++ b/System/Abstracts/BaseObject.php @@ -175,7 +175,6 @@ class BaseObject implements Configure echo "\033[41;37m[ERROR][" . date('Y-m-d H:i:s') . ']: ' . $file . "\033[0m"; echo PHP_EOL; } - var_dump(debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS)); if (!is_string($message)) { $message = print_r($message, true); }