diff --git a/pear/System.php b/pear/System.php index f6d1828e568..a09753786b4 100644 --- a/pear/System.php +++ b/pear/System.php @@ -131,7 +131,6 @@ class System if ($aktinst < $maxinst || $maxinst == 0) { foreach($list as $val) { $path = $sPath . DIRECTORY_SEPARATOR . $val; - echo "p: $path\n"; if (is_dir($path)) { $tmp = System::_dirToStruct($path, $maxinst, $aktinst+1); $struct = array_merge_recursive($tmp, $struct);