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:
parent
bc83a57207
commit
eba4f8cfb8
1 changed files with 0 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue