]> granicus.if.org Git - php/commitdiff
Remove debug code
authorTomas V.V.Cox <cox@php.net>
Fri, 7 Jun 2002 10:22:00 +0000 (10:22 +0000)
committerTomas V.V.Cox <cox@php.net>
Fri, 7 Jun 2002 10:22:00 +0000 (10:22 +0000)
pear/PEAR/Common.php

index 64e87e10e90ce2293fde8e4c042c6af271619f5b..53d84a07e45dc68fb2664ac8f9644f32aef69524 100644 (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;