diff options
author | Tomas V.V.Cox <cox@php.net> | 2001-08-11 16:14:14 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2001-08-11 16:14:14 +0000 |
commit | bafa98109cb7ac4c95a4d47e010139f4cd100bde (patch) | |
tree | 734784e8ca466f57c42cb9c6a79b4c2f943a75af | |
parent | 9ca706e8abe3ccc178d046f2271c1c85cdde08e4 (diff) | |
download | php-git-bafa98109cb7ac4c95a4d47e010139f4cd100bde.tar.gz |
removed my debug code :)
-rw-r--r-- | pear/PEAR/Common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index d0e8bb0b75..15ddf8fe80 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -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; } |