diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-04-21 11:34:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-04-21 11:34:10 +0200 |
commit | d8c4cdecb78771a75eee078ebb82521670611706 (patch) | |
tree | 94d4279989f2cc96761cf46ce0bfdc8ea69f509e | |
parent | 1cba36d2166c396f987eea587cf92671b27acb92 (diff) | |
download | curl-d8c4cdecb78771a75eee078ebb82521670611706.tar.gz |
http2: remove DEBUG_HTTP2
Accidentally committed in 605e84235
-rw-r--r-- | lib/http2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |