1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

http: remove stray debug log

This commit is contained in:
Andy Green 2021-11-11 08:58:29 +00:00
parent bc83a57207
commit eba4f8cfb8

View file

@ -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 {