1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-22 21:22:39 +03:00

looks like debug left in r1642154

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2014-12-21 11:47:26 +00:00
parent d77e7a6885
commit 829e98c57d

View File

@@ -481,8 +481,6 @@ static ap_expr_t *ap_expr_info_make(int type, const char *name,
break; break;
} }
} }
ap_log_error(APLOG_MARK, APLOG_ERR, 0, 0,
"sss %s", parms.arg);
if (ctx->lookup_fn(&parms) != OK) if (ctx->lookup_fn(&parms) != OK)
return NULL; return NULL;
return info; return info;