diff --git a/src/RouterCollector.php b/src/RouterCollector.php index 9dcf459..01199a3 100644 --- a/src/RouterCollector.php +++ b/src/RouterCollector.php @@ -273,7 +273,6 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate */ public function query(string $path, string $method): HttpRequestHandler { - var_dump($this->httpHandler, $method . '_' . $path); return $this->httpHandler[$method . '_' . $path] ?? new HttpRequestHandler([], $this->found); }