summaryrefslogtreecommitdiff
path: root/pear/System.php
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2003-09-16 16:49:26 +0000
committerTomas V.V.Cox <cox@php.net>2003-09-16 16:49:26 +0000
commitcdcc98141ee406d570776f695b80c101d7fd29ba (patch)
tree3abb9d88acb38d24c543d6828b90837528459367 /pear/System.php
parentf4aaa7c4f0b1d123323926c770072b72480a6317 (diff)
downloadphp-git-cdcc98141ee406d570776f695b80c101d7fd29ba.tar.gz
removed debug code
Diffstat (limited to 'pear/System.php')
-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);