]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unnecessary debugging
authorAlan T. DeKok <aland@freeradius.org>
Sun, 15 Sep 2024 12:34:22 +0000 (08:34 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 Sep 2024 14:27:49 +0000 (10:27 -0400)
src/lib/unlang/xlat_expr.c

index 70153973dae4d0493cf12183c7dba05269dc79a1..df96064c95e42ac00132f175623586818756d69c 100644 (file)
@@ -657,7 +657,6 @@ static xlat_action_t xlat_regex_match(TALLOC_CTX *ctx, request_t *request, fr_va
                        continue;
 
                case 1:
-                       RDEBUG("MATCH");
                        regex_sub_to_request(request, preg, &regmatch);
                        talloc_free(vb);
                        goto done;