From ebea2ed5cf3525077a0df029934cd8a334cec074 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Fri, 7 Jun 2002 10:22:00 +0000 Subject: [PATCH] Remove debug code --- pear/PEAR/Common.php | 1 - 1 file changed, 1 deletion(-) 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;