From 860310de7f4b3be4070c574e873a67efa2836583 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 19 Sep 2025 23:43:37 +0200 Subject: [PATCH] removed comment. --- apps/aqhome-cgi/modules/common/mmodules.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/aqhome-cgi/modules/common/mmodules.c b/apps/aqhome-cgi/modules/common/mmodules.c index 26672c1..8458b9a 100644 --- a/apps/aqhome-cgi/modules/common/mmodules.c +++ b/apps/aqhome-cgi/modules/common/mmodules.c @@ -261,7 +261,6 @@ void _handleRqEditModPost(AQH_MODULE *m, AQCGI_REQUEST *rq, AQH_SESSION *session const char *sModName; AQH_MODULE *currentMod; - DBG_ERROR(NULL, "Post request received"); sv=AQH_ModService_GetService(m); dbPost=AQCGI_Request_GetDbPostBody(rq); sModName=dbPost?GWEN_DB_GetCharValue(dbPost, "module", 0, NULL):NULL;