diff options
author | Eric Covener <covener@apache.org> | 2014-12-21 12:47:26 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-12-21 12:47:26 +0100 |
commit | 829e98c57d02cf21e80122b9ee428a358267ea71 (patch) | |
tree | bf7d0056422ea8bd66c227ee67f460407df916af /server/util_expr_eval.c | |
parent | provide alternative PATH_INFO calculation options for proxy_fcgi. (diff) | |
download | apache2-829e98c57d02cf21e80122b9ee428a358267ea71.tar.xz apache2-829e98c57d02cf21e80122b9ee428a358267ea71.zip |
looks like debug left in r1642154
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | server/util_expr_eval.c | 2 |
1 files changed, 0 insertions, 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; |