]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove debugging crap
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 May 2025 01:01:52 +0000 (19:01 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 8 May 2025 01:12:36 +0000 (19:12 -0600)
src/lib/unlang/switch.c

index fefab2abd10e5ca073d52a7a4cdb6ad546ebf7e9..205652f4fa7a5d932e67cf14f16e8a6059fe1812 100644 (file)
@@ -87,8 +87,6 @@ static unlang_action_t unlang_switch(UNUSED rlm_rcode_t *p_result, request_t *re
                if (slen < 0) goto find_null_case;
 
                tmpl_debug(switch_gext->vpt);
-               ERROR("GOT DATA %s - %pV", fr_type_to_str(box->type), box);
-
        } else if (!fr_cond_assert_msg(0, "Invalid tmpl type %s", tmpl_type_to_str(switch_gext->vpt->type))) {
                return UNLANG_ACTION_FAIL;
        }