diff --git a/HttpServer/Client/Client.php b/HttpServer/Client/Client.php index e330857f..8188297a 100644 --- a/HttpServer/Client/Client.php +++ b/HttpServer/Client/Client.php @@ -93,8 +93,6 @@ class Client extends ClientAbstracts if (!empty($this->getAgent())) { $this->addHeader('User-Agent', $this->getAgent()); } - - var_dump($this->getHeader()); $client->setHeaders($this->getHeader()); $client->setMethod(strtoupper($this->getMethod())); if (strtolower($this->getMethod()) == self::GET && !empty($data)) {