diff --git a/http-handler/CoreMiddleware.php b/http-handler/CoreMiddleware.php index 4fb4b33e..a6443656 100644 --- a/http-handler/CoreMiddleware.php +++ b/http-handler/CoreMiddleware.php @@ -20,7 +20,6 @@ class CoreMiddleware extends Middleware */ public function process(ServerRequestInterface $request, RequestHandlerInterface $handler): ResponseInterface { - var_dump(get_called_class()); $this->response->withAccessControlAllowOrigin('*') ->withAccessControlRequestMethod($request->getAccessControlRequestMethod()) ->withAccessControlAllowHeaders($request->getAccessControlAllowHeaders());