remove debug

This commit is contained in:
Garvin Hicking 2006-11-28 14:48:59 +00:00
parent 0cf70f8be4
commit 1549c178ce

View File

@ -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;