more debug code removed *sigh*

This commit is contained in:
Tomas V.V.Cox 2003-09-16 16:53:11 +00:00
parent cdcc98141e
commit 4920ac3362

View File

@ -517,7 +517,6 @@ class System
}
if (count($patterns)) {
$patterns = implode('|', $patterns);
echo "p: $patterns\n";
$ret = array();
for ($i = 0; $i < count($files); $i++) {
if (preg_match("#^$patterns\$#", $files[$i])) {