summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 5385ead46..0525ee8a2 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -611,7 +611,6 @@ sub main {
local $_ = $err;
$o->kill_action;
if (!/^already displayed/) {
- log::l("error: $err");
eval { $o->errorInStep($_) };
$o->{steps}{$o->{step}}{auto} = 0;
$err = $@;