diff --git a/lib/libuv.c b/lib/libuv.c index 8e377fd9..3cbc1fad 100644 --- a/lib/libuv.c +++ b/lib/libuv.c @@ -58,7 +58,7 @@ lws_uv_idle(uv_idle_t *handle /* there is nobody who needs service forcing, shut down idle */ uv_idle_stop(handle); - lwsl_debug("%s: done stop\n", __func__); + //lwsl_debug("%s: done stop\n", __func__); } static void diff --git a/lib/libwebsockets.c b/lib/libwebsockets.c index cc4d9e1f..561e61d7 100755 --- a/lib/libwebsockets.c +++ b/lib/libwebsockets.c @@ -1573,7 +1573,7 @@ _lws_rx_flow_control(struct lws *wsi) /* there is no pending change */ if (!(wsi->rxflow_change_to & LWS_RXFLOW_PENDING_CHANGE)) { - lwsl_debug("%s: no pending change\n", __func__); +// lwsl_debug("%s: no pending change\n", __func__); return 0; }