diff --git a/HttpServer/Route/Middleware.php b/HttpServer/Route/Middleware.php index 9d87eb6b..e9850a01 100644 --- a/HttpServer/Route/Middleware.php +++ b/HttpServer/Route/Middleware.php @@ -77,7 +77,6 @@ class Middleware return; } foreach ($annotation as $attribute) { - var_dump($attribute); if ($attribute instanceof Interceptor) { $node->addInterceptor($attribute->interceptor); }