From: Arran Cudbard-Bell Date: Thu, 3 Mar 2022 03:31:46 +0000 (-0600) Subject: Fix spurious debug message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66aa5cca69e6125de21daf66b1675c64655b1f5;p=thirdparty%2Ffreeradius-server.git Fix spurious debug message --- diff --git a/src/lib/unlang/xlat_eval.c b/src/lib/unlang/xlat_eval.c index 615bb9b1033..2ccd2fc09d6 100644 --- a/src/lib/unlang/xlat_eval.c +++ b/src/lib/unlang/xlat_eval.c @@ -1434,7 +1434,6 @@ static ssize_t xlat_eval_sync(TALLOC_CTX *ctx, char **out, request_t *request, x entry = vb->entry; fr_value_box_clear_value(vb); fr_value_box_bstrndup(vb, vb, NULL, escaped, real_len, false); - FR_FAULT_LOG("ESCAPED %zu %s", real_len, escaped); vb->entry = entry; talloc_free(escaped);