diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 9ddf8e2824688c8357b9cbbd508f91b351443eba..bfdf49c74b520774e42090148bc181a5f3c80964 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -469,7 +469,7 @@ void LLCurl::Easy::prepRequest(const std::string& url, if (post) setoptString(CURLOPT_ENCODING, ""); - setopt(CURLOPT_VERBOSE, 1); // useful for debugging + //setopt(CURLOPT_VERBOSE, 1); // useful for debugging setopt(CURLOPT_NOSIGNAL, 1); // Set the CURL options for either Socks or HTTP proxy