From 7d530c5aead60f1290db2b457161b1948cf7afe2 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Thu, 31 Jul 2025 15:18:55 -0700 Subject: [PATCH] remove errant debug call --- src/lib/unlang/xlat_builtin.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.47.2