diff --git a/src/Annotate/Route.php b/src/Annotate/Route.php index 3856b52..c4d55ba 100644 --- a/src/Annotate/Route.php +++ b/src/Annotate/Route.php @@ -33,8 +33,6 @@ class Route extends AbstractRequestMethod implements InjectRouteInterface // TODO: Implement dispatch() method. $path = '/' . ltrim($this->path, '/'); - var_dump($path); - Router::addRoute([$this->method], $path, [$class, $method]); } }