Skip to content

Commit 7cd1b39

Browse files
committed
remove debug / testing output
1 parent 5f60550 commit 7cd1b39

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/lib/unlang/xlat_expr.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,6 @@ static xlat_action_t xlat_func_regex_search(TALLOC_CTX *ctx, fr_dcursor_t *out,
841841
fr_value_box_t *regex;
842842
xlat_action_t action;
843843

844-
RDEBUG("IN IS %pM", in);
845-
846844
regex = fr_value_box_list_pop_head(in);
847845
fr_assert(regex);
848846
fr_assert(regex->type == FR_TYPE_STRING);

0 commit comments

Comments
 (0)