Browse Source

Remove debug code

experimental/new_apache_hooks
Tomas V.V.Cox 24 years ago
parent
commit
ebea2ed5cf
  1. 1
      pear/PEAR/Common.php

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

Loading…
Cancel
Save