diff --git a/HttpServer/Http/Response.php b/HttpServer/Http/Response.php index c1973667..bd14444d 100644 --- a/HttpServer/Http/Response.php +++ b/HttpServer/Http/Response.php @@ -215,7 +215,6 @@ class Response extends Application $this->response->status($status); $this->response->header('Content-Type', $this->getContentType()); $this->response->header('Run-Time', $this->getRuntime()); - var_dump($this->headers); if (!empty($this->headers) && is_array($this->headers)) { foreach ($this->headers as $key => $header) { $this->response->header($key, $header);