Remove debug code

This commit is contained in:
Tomas V.V.Cox 2002-06-07 10:22:00 +00:00
parent eeb7f9dafc
commit ebea2ed5cf

View File

@ -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;