]> granicus.if.org Git - apache/commitdiff
Remove commented out block that wouldn't even work in this context.
authorPaul Querna <pquerna@apache.org>
Sun, 7 Dec 2008 05:51:23 +0000 (05:51 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 7 Dec 2008 05:51:23 +0000 (05:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@724084 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index ff00962b7687520b6ed230f3fe79dd9e90386efa..4dd8afdd36dfad3c804ab88151d86ae5c4b903d9 100644 (file)
@@ -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);
     }
 }