From 5b8cfb927d07f925c5a2b4b1d49a70fcf8c4e705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 20 Sep 2022 09:11:38 +0800 Subject: No cURL verbose for now --- request.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/request.h b/request.h index 720aad4..8e02d48 100644 --- a/request.h +++ b/request.h @@ -59,9 +59,6 @@ static inline void request_graphql(const char *query, curl_easy_setopt(curl, CURLOPT_POSTFIELDS, query); 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.2.3