From 286f85c39cb91bea1db31e54dbf61bdc1dfa7939 Mon Sep 17 00:00:00 2001 From: suvendhu Date: Mon, 1 May 2023 12:38:09 +0530 Subject: [PATCH] Removed unnecessary log --- src/http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/http.c b/src/http.c index 0c9afdb..0d30b4c 100644 --- a/src/http.c +++ b/src/http.c @@ -339,7 +339,6 @@ static void http_cr_new_client(int client, bool service_available) * So that flooding of data not blocks the server. */ while (!read_done && fd_feed < HTTP_FD_FEEDS_COUNT) { - CWMP_LOG(INFO, "#####wait in select"); status = select(client+1, &rfds, NULL, NULL, &tv); if (status <= 0) { CWMP_LOG(INFO, "TIMEOUT occurred or select failed");