From: Arran Cudbard-Bell Date: Thu, 31 Jul 2025 22:18:55 +0000 (-0700) Subject: remove errant debug call X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d530c5aead60f1290db2b457161b1948cf7afe2;p=thirdparty%2Ffreeradius-server.git remove errant debug call --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 15b17a4679..7ddd725778 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -2724,7 +2724,6 @@ static xlat_action_t xlat_func_range(TALLOC_CTX *ctx, fr_dcursor_t *out, } else { start = 0; - fr_value_box_debug(fr_log_fp, start_vb); end = fr_value_box_list_head(&start_vb->vb_group)->vb_uint64; step = 1; }