summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/System.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/System.php b/pear/System.php
index f6d1828e56..a09753786b 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);