From: Tomas V.V.Cox Date: Fri, 7 Jun 2002 10:22:00 +0000 (+0000) Subject: Remove debug code X-Git-Tag: php5_5_0~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebea2ed5cf3525077a0df029934cd8a334cec074;p=php Remove debug code --- 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;