From f29d488d5494ba0196627771d2083f85dfd91ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 18 May 2021 11:22: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/Runtime.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Runtime.php b/System/Runtime.php index 5bd4e4dd..62014f29 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -62,7 +62,6 @@ class Runtime extends Command $array[$key] = $datum; } } - var_dump($array); return $array; }