From 1549c178cefce88830922d956ff5b7f51b921bbb Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 28 Nov 2006 14:48:59 +0000 Subject: [PATCH] remove debug --- index.php | 1 - 1 file changed, 1 deletion(-) diff --git a/index.php b/index.php index 9caac382..03851b31 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;