]> granicus.if.org Git - php/commitdiff
removed my debug code :)
authorTomas V.V.Cox <cox@php.net>
Sat, 11 Aug 2001 16:14:14 +0000 (16:14 +0000)
committerTomas V.V.Cox <cox@php.net>
Sat, 11 Aug 2001 16:14:14 +0000 (16:14 +0000)
pear/PEAR/Common.php

index d0e8bb0b759c69d1d29b5a9ad3185ec96bb6ecdd..15ddf8fe806a9b85ff04643066191ca8e68ab583 100644 (file)
@@ -291,7 +291,6 @@ class PEAR_Common extends PEAR
             $this->pkginfo[$k] = trim($v);
         }
         $this->pkginfo['filelist'] = &$this->filelist;
-        //print_r($this->pkginfo);exit;
         return $this->pkginfo;
     }