Skip to content

Commit

Permalink
http_client: remove ability to see HTTP request for non-dev env
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 17, 2021
1 parent 59ddf18 commit 1a52299
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flb_http_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1a52299

Please sign in to comment.