From: Eric Covener Date: Sun, 21 Dec 2014 11:47:26 +0000 (+0000) Subject: looks like debug left in r1642154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a14a61cecac1c700a2ada0aa4a9c960cf8583bed;p=thirdparty%2Fapache%2Fhttpd.git 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 400574c24c0..9eb2792da13 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;