mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
remove debug code
This commit is contained in:
parent
0ad60ebf3b
commit
e7eb8127a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user