summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2002-06-07 10:22:00 +0000
committerTomas V.V.Cox <cox@php.net>2002-06-07 10:22:00 +0000
commitebea2ed5cf3525077a0df029934cd8a334cec074 (patch)
tree9befcd55b2a13368a485a056c93b98ac97511d69
parenteeb7f9dafcbe6d512e14971d830af9a39c7d73d2 (diff)
downloadphp-git-ebea2ed5cf3525077a0df029934cd8a334cec074.tar.gz
Remove debug code
-rw-r--r--pear/PEAR/Common.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php
index 64e87e10e9..53d84a07e4 100644
--- a/pear/PEAR/Common.php
+++ b/pear/PEAR/Common.php
@@ -547,7 +547,6 @@ class PEAR_Common extends PEAR
break;
case 'dep':
if ($data && !$this->in_changelog) {
- echo "D:: $data\n";
$this->pkginfo['release_deps'][$this->d_i]['name'] = $data;
}
break;