From e7eb8127a8b15d791df535f6a98ec4c860c2d1c1 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Thu, 4 Sep 2003 22:30:07 +0000 Subject: [PATCH] remove debug code --- pear/PEAR/Installer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/pear/PEAR/Installer.php b/pear/PEAR/Installer.php index 753ab9b6b81..05ddfff6ad5 100644 --- a/pear/PEAR/Installer.php +++ b/pear/PEAR/Installer.php @@ -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);