mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 14:45:43 +01:00
vtl: remove inadvertently committed CURLERRORDEBUG
This commit is contained in:
parent
56bc98f78b
commit
ca1d58c254
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue