From 55c8040055027979805873340c8dba7677d48190 Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sun, 31 Mar 2024 10:54:24 -0600 Subject: [PATCH] Remove excessive message --- src/webu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webu.cpp b/src/webu.cpp index e65b894f..d934c2a1 100644 --- a/src/webu.cpp +++ b/src/webu.cpp @@ -1058,7 +1058,7 @@ static void webu_mhd_deinit(void *cls, struct MHD_Connection *connection } if (webui != NULL) { - MOTPLS_LOG(INF, TYPE_STREAM, NO_ERRNO ,_("Closing connection")); + //MOTPLS_LOG(INF, TYPE_STREAM, NO_ERRNO ,_("Closing connection")); if ((webui->cnct_type == WEBUI_CNCT_TS_FULL) || (webui->cnct_type == WEBUI_CNCT_TS_SUB) || (webui->cnct_type == WEBUI_CNCT_TS_MOTION) ||