diff options
| author | Tomas V.V.Cox <cox@php.net> | 2003-09-16 16:49:26 +0000 |
|---|---|---|
| committer | Tomas V.V.Cox <cox@php.net> | 2003-09-16 16:49:26 +0000 |
| commit | cdcc98141ee406d570776f695b80c101d7fd29ba (patch) | |
| tree | 3abb9d88acb38d24c543d6828b90837528459367 /pear | |
| parent | f4aaa7c4f0b1d123323926c770072b72480a6317 (diff) | |
| download | php-git-cdcc98141ee406d570776f695b80c101d7fd29ba.tar.gz | |
removed debug code
Diffstat (limited to 'pear')
| -rw-r--r-- | pear/System.php | 1 |
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); |
