diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index 64e87e10e90..53d84a07e45 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;