]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove meaningless debug
authorNick Porter <nick@portercomputing.co.uk>
Fri, 18 Jul 2025 13:45:40 +0000 (14:45 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 18 Jul 2025 16:35:58 +0000 (17:35 +0100)
src/modules/rlm_redis/rlm_redis.c

index b45b77c9fcc1008a5cb8abd5e066ea5c00aff972..6521d08d88511f6e055114742afd0f2217d4da19 100644 (file)
@@ -715,8 +715,6 @@ static xlat_action_t redis_xlat(TALLOC_CTX *ctx, fr_dcursor_t *out,
                }
        }
 
-       RDEBUG2("REDIS command arguments");
-       RINDENT();
        fr_value_box_list_foreach(in, vb) {
                if (argc == NUM_ELEMENTS(argv)) {
                        REDEBUG("Too many arguments (%i)", argc);
@@ -728,7 +726,6 @@ static xlat_action_t redis_xlat(TALLOC_CTX *ctx, fr_dcursor_t *out,
                arg_len[argc] = vb->vb_length;
                argc++;
        }
-       REXDENT();
 
        /*
         *      If we've got multiple arguments, the second one is usually the key.