From f8d2bade3124b2cfed77aa3cc33816a24efa4993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 3 Mar 2021 13:53:12 +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 --- Annotation/Annotation.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index 6f0ed21b..6e3dfc02 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -82,9 +82,6 @@ class Annotation extends Component */ private function scanDir(array $paths, string $namespace, string $alias): static { - if ($alias == 'sockets') { - var_dump($paths); - } foreach ($paths as $path) { $explode = explode('/', $path);