1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 00:28:48 -05:00

http2: remove DEBUG_HTTP2

Accidentally committed in 605e84235
This commit is contained in:
Daniel Stenberg 2021-04-21 11:34:10 +02:00
parent 1cba36d216
commit d8c4cdecb7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -58,7 +58,6 @@
#define HTTP2_HUGE_WINDOW_SIZE (32 * 1024 * 1024) /* 32 MB */
#define DEBUG_HTTP2
#ifdef DEBUG_HTTP2
#define H2BUGF(x) x
#else