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); } /**