From d8c4cdecb78771a75eee078ebb82521670611706 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Apr 2021 11:34:10 +0200 Subject: http2: remove DEBUG_HTTP2 Accidentally committed in 605e84235 --- lib/http2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/http2.c b/lib/http2.c index 9d89b7015..5527c83f0 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 -- cgit v1.2.1