diff --git a/HttpServer/Http/HttpParams.php b/HttpServer/Http/HttpParams.php index 364ecc5d..89a94cb2 100644 --- a/HttpServer/Http/HttpParams.php +++ b/HttpServer/Http/HttpParams.php @@ -42,7 +42,6 @@ class HttpParams $this->files = $files ?? []; if (!is_array($body)) { $this->body = Help::toArray($body); - var_dump($this->body); } else { $this->body = $body ?? []; }