From 8b84c03a7bed525789b8849187abb0fb3fdfcc7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 16:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Route/CoreMiddleware.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Route/CoreMiddleware.php b/HttpServer/Route/CoreMiddleware.php index 047eb4af..3d7d9782 100644 --- a/HttpServer/Route/CoreMiddleware.php +++ b/HttpServer/Route/CoreMiddleware.php @@ -29,8 +29,6 @@ class CoreMiddleware implements \HttpServer\IInterface\Middleware { $headers = $request->headers; - var_dump(get_called_class()); - /** @var Response $response */ $response = Context::getContext('response'); $response->addHeader('Access-Control-Allow-Origin', '*');