remove debug

This commit is contained in:
Garvin Hicking 2006-11-28 14:48:59 +00:00
parent aa49ca211c
commit e5014b2b78

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;