]> granicus.if.org Git - apache/commitdiff
looks like debug left in r1642154
authorEric Covener <covener@apache.org>
Sun, 21 Dec 2014 11:47:26 +0000 (11:47 +0000)
committerEric Covener <covener@apache.org>
Sun, 21 Dec 2014 11:47:26 +0000 (11:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647125 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_eval.c

index 400574c24c0e0d5ee44a0530212330e6f7400e46..9eb2792da13942c3669b7cb60f3bbd96d46a34b4 100644 (file)
@@ -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;