remove debug code

This commit is contained in:
Greg Beaver 2003-09-04 22:30:07 +00:00
parent 0ad60ebf3b
commit e7eb8127a8

View File

@ -291,7 +291,6 @@ class PEAR_Installer extends PEAR_Common
if (strtolower($md5sum) == strtolower($atts['md5sum'])) {
$this->log(3, "md5sum ok: $final_dest_file");
} else {
var_dump($options);
if (empty($options['force'])) {
return $this->raiseError("bad md5sum for file $final_dest_file",
PEAR_INSTALLER_FAILED);