summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_http.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-01 00:36:19 +0200
committerRobin Gareus <robin@gareus.org>2017-09-01 00:36:19 +0200
commit511216a587e66c45f8ae48a58a50b123e8252eeb (patch)
tree04c2677ec2bd37f5f521b86c0d1575c5fbf6ec91 /gtk2_ardour/ardour_http.cc
parent841bbca77329e87e8ce3323ffd087ba2e555bcee (diff)
Disable ArdourHTTP debug
Diffstat (limited to 'gtk2_ardour/ardour_http.cc')
-rw-r--r--gtk2_ardour/ardour_http.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_http.cc b/gtk2_ardour/ardour_http.cc
index 2eb04ff367..23edbc62e8 100644
--- a/gtk2_ardour/ardour_http.cc
+++ b/gtk2_ardour/ardour_http.cc
@@ -15,7 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#define ARDOURCURLDEBUG
+
+//#define ARDOURCURLDEBUG
#include <assert.h>
#include <stdlib.h>