Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 33910 invoked from network); 7 Dec 2008 05:52:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2008 05:52:18 -0000 Received: (qmail 49341 invoked by uid 500); 7 Dec 2008 05:52:28 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 49279 invoked by uid 500); 7 Dec 2008 05:52:28 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 49153 invoked by uid 99); 7 Dec 2008 05:52:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 21:52:28 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Dec 2008 05:51:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 46AA123888D5; Sat, 6 Dec 2008 21:51:24 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r724084 - /httpd/httpd/trunk/server/util_script.c Date: Sun, 07 Dec 2008 05:51:24 -0000 To: cvs@httpd.apache.org From: pquerna@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081207055124.46AA123888D5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: pquerna Date: Sat Dec 6 21:51:23 2008 New Revision: 724084 URL: http://svn.apache.org/viewvc?rev=724084&view=rev Log: Remove commented out block that wouldn't even work in this context. Modified: httpd/httpd/trunk/server/util_script.c Modified: httpd/httpd/trunk/server/util_script.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_script.c?rev=724084&r1=724083&r2=724084&view=diff ============================================================================== --- httpd/httpd/trunk/server/util_script.c (original) +++ httpd/httpd/trunk/server/util_script.c Sat Dec 6 21:51:23 2008 @@ -747,10 +747,6 @@ 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); } }