diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:11:38 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 09:11:38 +0800 |
commit | 5b8cfb927d07f925c5a2b4b1d49a70fcf8c4e705 (patch) | |
tree | 3943a6e5219e782d44a9c2840282bbc9167ccb60 | |
parent | d0bad09045298e51af1efec7a5365a768ea86b16 (diff) |
No cURL verbose for now
-rw-r--r-- | request.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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); |