1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 10:12:18 +01:00

removed my debug code :)

This commit is contained in:
Tomas V.V.Cox
2001-08-11 16:14:14 +00:00
parent 9ca706e8ab
commit bafa98109c

View 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;
}