Skip to content
This repository was archived by the owner on Sep 18, 2019. It is now read-only.

Commit 3400560

Browse files
committed
Reduce cURL verbosity. codeclimate#48
1 parent 7e720a4 commit 3400560

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)