From: Eric Covener Date: Sun, 21 Dec 2014 11:47:26 +0000 (+0000) Subject: looks like debug left in r1642154 X-Git-Tag: 2.5.0-alpha~3594 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=829e98c57d02cf21e80122b9ee428a358267ea71;p=apache looks like debug left in r1642154 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68 --- 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;