diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 2aa28436..fbfff8b1 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -93,7 +93,6 @@ class Middleware } foreach ($annotation as $item) { foreach ($item['attributes'] as $attribute) { - var_dump($attribute); if ($attribute instanceof Interceptor) { $node->addInterceptor($attribute->interceptor); }