From 1a52299ab0655cd88310c1f8b3bb865335930ab2 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 16 Aug 2021 19:21:36 -0600 Subject: [PATCH] http_client: remove ability to see HTTP request for non-dev env Signed-off-by: Eduardo Silva --- src/flb_http_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flb_http_client.c b/src/flb_http_client.c index 296d947a8e6..5561e027c5f 100644 --- a/src/flb_http_client.c +++ b/src/flb_http_client.c @@ -1152,7 +1152,6 @@ int flb_http_do(struct flb_http_client *c, size_t *bytes) } #endif - flb_debug("[http_client] header=%s", c->header_buf); /* Write the header */ ret = flb_io_net_write(c->u_conn, c->header_buf, c->header_len,