From 9a9846c91cf6fd65677f6c303d63998f431ddc0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 6 May 2021 15:16:01 +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/Http/HttpParams.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index a640e8d7..a83792fb 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -46,8 +46,6 @@ class HttpParams $this->files = $files ?? []; $this->socket = $socket ?? []; $this->body = $body ?? ''; - - var_dump($this->body); } /**