mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-06-07 00:51:41 +00:00
Disable debug output
This commit is contained in:
parent
2b54349e0e
commit
091746e9b6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
#if !defined(NDEBUG)
|
#if !defined(NDEBUG)
|
||||||
# define CURL_WRAPPER_VERBOSE
|
//# define CURL_WRAPPER_VERBOSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(CURL_WRAPPER_VERBOSE)
|
#if defined(CURL_WRAPPER_VERBOSE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue