diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7d4ad84e..b708845d 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -306,7 +306,6 @@ class Loader extends BaseObject $annotation = Snowflake::getAnnotation(); foreach ($classes as $className) { $annotations = $this->_classes[$className] ?? null; - var_export($annotations); if ($annotations === null) { continue; }