Commit 8029bcef authored by Paul Querna's avatar Paul Querna
Browse files

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
parent 6e7cd56a
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);
    }
}