From: Arran Cudbard-Bell Date: Thu, 8 May 2025 01:01:52 +0000 (-0600) Subject: Remove debugging crap X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f20c2304c13025879df286bb71d73d34bfa48c;p=thirdparty%2Ffreeradius-server.git Remove debugging crap --- diff --git a/src/lib/unlang/switch.c b/src/lib/unlang/switch.c index fefab2abd10..205652f4fa7 100644 --- a/src/lib/unlang/switch.c +++ b/src/lib/unlang/switch.c @@ -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; }