Remove excessive message

This commit is contained in:
Mr-Dave
2024-03-31 10:54:24 -06:00
parent 50aa307bb3
commit 55c8040055

View File

@@ -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) ||