diff options
-rw-r--r-- | pear/PEAR/Common.php | 1 |
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; |