From bafa98109cb7ac4c95a4d47e010139f4cd100bde Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sat, 11 Aug 2001 16:14:14 +0000 Subject: [PATCH] removed my debug code :) --- pear/PEAR/Common.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index d0e8bb0b759..15ddf8fe806 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; }