From 1bcb21ad9aebcf85d9361f45564099ffc636d0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 19 Apr 2021 14:39:04 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/Runtime.php b/System/Runtime.php index 85e4362c..dd304169 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -33,8 +33,6 @@ class Runtime extends Command $runtime = storage('runtime.php'); - var_dump($annotation->getLoader()->getDirectory()); - Snowflake::writeFile($runtime, serialize($annotation->getLoader())); }