removed comment.

This commit is contained in:
Martin Preuss
2025-09-19 23:43:37 +02:00
parent 65c89fab07
commit 860310de7f

View File

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