]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix spurious debug message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Mar 2022 03:31:46 +0000 (21:31 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Mar 2022 03:31:46 +0000 (21:31 -0600)
src/lib/unlang/xlat_eval.c

index 615bb9b10338c55c22372127df8f67533b484e05..2ccd2fc09d6e392897e21dc3c408755129ec9804 100644 (file)
@@ -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);