vtl: remove inadvertently committed CURLERRORDEBUG
authorRobin Gareus <robin@gareus.org>
Wed, 10 Apr 2013 21:40:23 +0000 (23:40 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 10 Apr 2013 21:40:23 +0000 (23:40 +0200)
gtk2_ardour/video_image_frame.cc

index cc964c7e43e0cc8231c517ed671757a8900418f6..4c8203f5a2c4ad2c3a80daaa34c758820e87ec23 100644 (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);