debug spew remove ah reset logging
authorAndy Green <andy.green@linaro.org>
Tue, 2 Feb 2016 23:06:52 +0000 (07:06 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 2 Feb 2016 23:06:52 +0000 (07:06 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/parsers.c

index a841afc..8de7686 100644 (file)
@@ -63,7 +63,6 @@ lextable_decode(int pos, char c)
 void
 lws_reset_header_table(struct lws *wsi)
 {
-       lwsl_err("%s: wsi %p\n", __func__, wsi);
        /* init the ah to reflect no headers or data have appeared yet */
        memset(wsi->u.hdr.ah->frag_index, 0, sizeof(wsi->u.hdr.ah->frag_index));
        wsi->u.hdr.ah->nfrag = 0;