From: garvinhicking Date: Tue, 28 Nov 2006 14:48:59 +0000 (+0000) Subject: remove debug X-Git-Tag: 1.1~15 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fc5bfd445559a31b9f2baaed7325232d46e09b7c;p=s9y.git remove debug --- diff --git a/index.php b/index.php index 9caac38..03851b3 100644 --- a/index.php +++ b/index.php @@ -484,7 +484,6 @@ if (preg_match(PAT_ARCHIVES, $uri, $matches) || isset($serendipity['GET']['range /* Attempt to locate hidden variables within the URI */ $search = array(); - print_r($_args); foreach ($_args as $k => $v){ if ($v == PATH_COMMENTS) { continue;