diff --git a/Annotation/Loader.php b/Annotation/Loader.php index dc238a76..a7e42c8c 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -349,10 +349,6 @@ class Loader extends BaseObject continue; } - if (env('worker') == 0) { - var_dump($annotations['handler']); - } - $class = $this->newInstance($annotations['handler']); /** @var \Annotation\Attribute $value */ foreach ($annotations['target'] ?? [] as $value) {