From: Paul Querna Date: Sun, 7 Dec 2008 05:51:23 +0000 (+0000) Subject: Remove commented out block that wouldn't even work in this context. X-Git-Tag: 2.3.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff39c3567ff265e90ad37dac5bcdadc7c0e8749;p=thirdparty%2Fapache%2Fhttpd.git Remove commented out block that wouldn't even work in this context. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724084 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_script.c b/server/util_script.c index ff00962b768..4dd8afdd36d 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -747,10 +747,6 @@ argstr_to_table(char *str, apr_table_t *parms) ap_unescape_url(key); ap_unescape_url(value); apr_table_set(parms, key, value); - /* - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, - "Found query arg: %s = %s", key, value); - */ key = apr_strtok(NULL, "&", &strtok_state); } }