diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 6d019641..23911d3a 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -107,7 +107,6 @@ class Node extends HttpService if (!($controller instanceof Controller)) { return $this; } - var_dump($controller::class . '::' . $action); $this->annotationInject($controller::class, $action); } if (!empty($this->handler)) {