Skip to content

Commit 3a2d3eb

Browse files
committed
Merge pull request #49 from aensley/master
Reduce cURL verbosity
2 parents a8226e7 + 3400560 commit 3a2d3eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CodeClimate/Bundle/TestReporterBundle/ApiClient.php

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ private function sendWithCurl($url, $payload)
7171
{
7272
$response = new \stdClass;
7373
$curl = curl_init($url);
74-
curl_setopt($curl, CURLOPT_VERBOSE, true);
7574
curl_setopt($curl, CURLOPT_HEADER, true);
7675
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
7776
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 10);

0 commit comments

Comments
 (0)