Skip to content

Commit

Permalink
no need for verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
twisted1919 committed Feb 18, 2021
1 parent 3c461c1 commit 37ddf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailWizzApi/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public function send()
curl_setopt($ch, CURLOPT_AUTOREFERER, true);

if ($client->getResponseHeaders) {
curl_setopt($ch, CURLOPT_VERBOSE, true);
// curl_setopt($ch, CURLOPT_VERBOSE, true);
curl_setopt($ch, CURLOPT_HEADER, true);
}

Expand Down

0 comments on commit 37ddf15

Please sign in to comment.