diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 355c2c78..76f42690 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -444,7 +444,6 @@ class Node extends HttpService */ public function restructure(): static { - var_dump($this->handler); if (empty($this->handler)) { return $this; }