From 9766320dd79307fcb7cf6a4154a012d529387424 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Tue, 20 Sep 2022 08:42:20 +0800 Subject: No more cURL verbose when getting access token --- request.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/request.h b/request.h index c782c38..720aad4 100644 --- a/request.h +++ b/request.h @@ -39,9 +39,6 @@ static inline void request_gettoken(const char *host, const char *key, curl_easy_setopt(curl, CURLOPT_POSTFIELDS, post); 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_easy_cleanup(curl); } -- cgit v1.3