From 41002a77d4e30cd933bd175ffe34765062469e5a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 29 Oct 2015 23:01:02 +0900 Subject: [PATCH] Remove bogus debug log --- lib/nghttp2_hd.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index 1c0cb919..5a02c0f4 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -1262,9 +1262,6 @@ add_hd_table_incremental(nghttp2_hd_context *context, const nghttp2_nv *nv, new_ent->seq = context->next_seq++; new_ent->hash = hash; - DEBUGF(fprintf(stderr, "deflatehd: indexed at %zu\n", - context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH)); - if (map) { hd_map_insert(map, new_ent); }