removed debug code

This commit is contained in:
Tomas V.V.Cox 2003-09-16 16:49:26 +00:00
parent f4aaa7c4f0
commit cdcc98141e

View file

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