From cdcc98141ee406d570776f695b80c101d7fd29ba Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Tue, 16 Sep 2003 16:49:26 +0000 Subject: [PATCH] removed debug code --- pear/System.php | 1 - 1 file changed, 1 deletion(-) 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);