diff options
-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])) { |