From 162d6d9f4ef694de1d61d33d433b87e58d2bf302 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 20 Sep 2025 01:57:05 +0200 Subject: [PATCH] aqhome-cgi: decreased verbosity. --- apps/aqhome-cgi/modules/common/musers.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/aqhome-cgi/modules/common/musers.c b/apps/aqhome-cgi/modules/common/musers.c index 3e80dba..2c6dfe0 100644 --- a/apps/aqhome-cgi/modules/common/musers.c +++ b/apps/aqhome-cgi/modules/common/musers.c @@ -586,10 +586,8 @@ void _readModRolesFromForm(GWEN_DB_NODE *dbPost, const char *s; GBAS(tbuf, roleName); - DBG_ERROR(NULL, "Looking for %s", GWEN_Buffer_GetStart(tbuf)); s=GWEN_DB_GetCharValue(dbPost, GWEN_Buffer_GetStart(tbuf), 0, NULL); if (s && *s) { - DBG_ERROR(NULL, "Got %s (%d)[%d]", GWEN_Buffer_GetStart(tbuf), AQH_Role_GetId(role), nextRolePos); if (nextRolePos