From 13ee628b8db0a49251749f43b4465399a9e157fb Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 20 Sep 2025 01:56:25 +0200 Subject: [PATCH] aqhome-cgi: removed writing of debug log. --- apps/aqhome-cgi/modules/common/musers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/aqhome-cgi/modules/common/musers.c b/apps/aqhome-cgi/modules/common/musers.c index 7735ddb..3e80dba 100644 --- a/apps/aqhome-cgi/modules/common/musers.c +++ b/apps/aqhome-cgi/modules/common/musers.c @@ -565,7 +565,6 @@ void _readModRolesFromForm(GWEN_DB_NODE *dbPost, const char *sPrefix, AQH_MODULE_PERMS *modPerms) { - GWEN_DB_WriteFile(dbPost, "/var/www/aqhome-cgi/log/test.log", GWEN_DB_FLAGS_DEFAULT); AQH_ModulePerms_PresetRoleArray(modPerms, 0); if (roleList) { GWEN_BUFFER *tbuf;