From: Daniel Stenberg Date: Wed, 21 Apr 2021 09:34:10 +0000 (+0200) Subject: http2: remove DEBUG_HTTP2 X-Git-Tag: curl-7_77_0~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8c4cdecb78771a75eee078ebb82521670611706;p=thirdparty%2Fcurl.git http2: remove DEBUG_HTTP2 Accidentally committed in 605e84235 --- diff --git a/lib/http2.c b/lib/http2.c index 9d89b70154..5527c83f0a 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -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