From 829e98c57d02cf21e80122b9ee428a358267ea71 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 21 Dec 2014 11:47:26 +0000 Subject: [PATCH] looks like debug left in r1642154 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_expr_eval.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 400574c24c..9eb2792da1 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -481,8 +481,6 @@ static ap_expr_t *ap_expr_info_make(int type, const char *name, break; } } - ap_log_error(APLOG_MARK, APLOG_ERR, 0, 0, - "sss %s", parms.arg); if (ctx->lookup_fn(&parms) != OK) return NULL; return info; -- 2.40.0