Skip to content

Commit

Permalink
removed debug verbose setting in curl
Browse files Browse the repository at this point in the history
  • Loading branch information
nestal committed Jun 3, 2012
1 parent 379dddc commit 197abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgrive/src/http/Agent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ long Agent::Custom(
CURL *curl = m_pimpl->curl ;

::curl_easy_setopt(curl, CURLOPT_CUSTOMREQUEST, method.c_str() );
::curl_easy_setopt(curl, CURLOPT_VERBOSE, 1 );
// ::curl_easy_setopt(curl, CURLOPT_VERBOSE, 1 );

return ExecCurl( url, dest, hdr ) ;
}
Expand Down

0 comments on commit 197abfd

Please sign in to comment.