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