From 01cb9e816f00b563a15afb2f7bdb8cd06b8f07ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 14:15:26 +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/Runtime.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Runtime.php b/System/Runtime.php index 0e458273..e04ce549 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -61,7 +61,6 @@ class Runtime extends Command $array[$key] = $datum; } } - var_dump(serialize($array)); return serialize($array); }