diff --git a/lib/roles/http/parsers.c b/lib/roles/http/parsers.c index 18e5b5aab..446bc986a 100644 --- a/lib/roles/http/parsers.c +++ b/lib/roles/http/parsers.c @@ -545,11 +545,6 @@ int lws_hdr_copy(struct lws *wsi, char *dst, int len, return -1; n = wsi->http.ah->frag_index[h]; - if (h == WSI_TOKEN_HTTP_URI_ARGS) - lwsl_err("%s: WSI_TOKEN_HTTP_URI_ARGS start frag %d\n", - __func__, n); - - if (!n) return 0; do {