aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/roles/http/parsers.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/roles/http/parsers.c b/lib/roles/http/parsers.c
index 18e5b5aa..446bc986 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 {