From 72575e9255c5835e99752e4655f70dd0f28e51e5 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Tue, 20 Sep 2022 14:06:14 +0800 Subject: Revert "Revert "No cURL verbose for now"" This reverts commit 4ffe8d1d44c8b6f5f8668720d3da1ea645f216a2. --- request.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/request.h b/request.h index d235b50..1b6ac01 100644 --- a/request.h +++ b/request.h @@ -59,9 +59,6 @@ static inline void request_graphql(const char *query, curl_easy_setopt(curl, CURLOPT_HTTPHEADER, list); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, append); curl_easy_setopt(curl, CURLOPT_WRITEDATA, json); -#ifdef DEBUG - curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L); -#endif curl_easy_perform(curl); curl_slist_free_all(list); curl_easy_cleanup(curl); -- cgit v1.3