From c3c657cd4298c6699a53b5b1302135cafde90d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 19 Nov 2020 10:28:10 +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/Core/Help.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Core/Help.php b/System/Core/Help.php index 7b826b83..30290045 100644 --- a/System/Core/Help.php +++ b/System/Core/Help.php @@ -53,7 +53,6 @@ class Help { $_xml = json_decode($xml, true); if (is_null($_xml)) { - var_dump($xml, $_xml); return []; } return $_xml;