diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 8137bb87..b9dfca2a 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -492,10 +492,6 @@ class Node extends HttpService public function addMiddleware(Closure|array $class): static { if (empty($class)) return $this; - - if ($this->path == 'xiaqi') { - var_dump($this->middleware); - } foreach ($class as $closure) { if (in_array($closure, $this->middleware)) { continue;