From: Alan T. DeKok Date: Sun, 15 Sep 2024 12:34:22 +0000 (-0400) Subject: remove unnecessary debugging X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130ea39df70fee7767876b78436d1c4c5896ea74;p=thirdparty%2Ffreeradius-server.git remove unnecessary debugging --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index 70153973dae..df96064c95e 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -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, ®match); talloc_free(vb); goto done;