diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 2427107f..a4dfb94d 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -321,7 +321,7 @@ class Node extends HttpService if (empty($annotation)) { return $node; } - var_dump($className, $action, $annotation); +// var_dump($className, $action, $annotation); foreach ($annotation as $name => $attribute) { if ($attribute instanceof \Annotation\Route\Interceptor) { $node->addInterceptor($attribute->interceptor);