vtl: remove inadvertently committed CURLERRORDEBUG

This commit is contained in:
Robin Gareus 2013-04-10 23:40:23 +02:00
parent 56bc98f78b
commit ca1d58c254

View File

@ -347,7 +347,6 @@ extern "C" {
curl_easy_setopt(curl, CURLOPT_USERAGENT, ARDOUR_USER_AGENT);
curl_easy_setopt(curl, CURLOPT_TIMEOUT, ARDOUR_CURL_TIMEOUT);
curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1);
#define CURLERRORDEBUG /* XXX */
#ifdef CURLERRORDEBUG
char curlerror[CURL_ERROR_SIZE] = "";
curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, curlerror);