diff --git a/src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php b/src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php index 3e296c6..018f2e1 100644 --- a/src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php +++ b/src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php @@ -71,7 +71,6 @@ private function sendWithCurl($url, $payload) { $response = new \stdClass; $curl = curl_init($url); - curl_setopt($curl, CURLOPT_VERBOSE, true); curl_setopt($curl, CURLOPT_HEADER, true); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);