From 1b0df626c4bbcb83ed42d94862e9e7f7117000af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 4 Aug 2021 16:35:20 +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/Error/ErrorHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Error/ErrorHandler.php b/System/Error/ErrorHandler.php index 7713cb01..a00aa5f8 100644 --- a/System/Error/ErrorHandler.php +++ b/System/Error/ErrorHandler.php @@ -120,7 +120,6 @@ class ErrorHandler extends Component implements ErrorInterface write($data, $this->category); - var_dump($data); return $data; }