diff options
| author | Tomas V.V.Cox <cox@php.net> | 2003-09-16 16:53:11 +0000 |
|---|---|---|
| committer | Tomas V.V.Cox <cox@php.net> | 2003-09-16 16:53:11 +0000 |
| commit | 4920ac336215189c1b8a1d2cde4eaa03df63501d (patch) | |
| tree | 83bbcf0eda565705a5771ebade78b51cb33482c7 /pear/System.php | |
| parent | cdcc98141ee406d570776f695b80c101d7fd29ba (diff) | |
| download | php-git-4920ac336215189c1b8a1d2cde4eaa03df63501d.tar.gz | |
more debug code removed *sigh*
Diffstat (limited to 'pear/System.php')
| -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 a09753786b..28b66b1cd5 100644 --- a/pear/System.php +++ b/pear/System.php @@ -517,7 +517,6 @@ class System } if (count($patterns)) { $patterns = implode('|', $patterns); - echo "p: $patterns\n"; $ret = array(); for ($i = 0; $i < count($files); $i++) { if (preg_match("#^$patterns\$#", $files[$i])) { |
