diff --git a/Annotation/Loader.php b/Annotation/Loader.php index eb9b3edf..168ce663 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -346,7 +346,6 @@ class Loader extends BaseObject } foreach ($classes as $className) { $annotations = $this->_classes[$className] ?? null; - var_dump($annotations); if ($annotations === null) { continue; }