From 6eeab7ed54a205ef5b52c4b5cc10c7f35d1575a8 Mon Sep 17 00:00:00 2001 From: Todd Rinaldo Date: Tue, 23 Apr 2024 22:04:26 +0000 Subject: [PATCH] Revert "Provide more information with leapp preuprade blockers" This reverts commit 2241dce6b89ab1cacfb893f0f8f733f6c30460a6. This needs to happen only if there's a failure. --- elevate-cpanel | 2 -- lib/Elevate/Blockers/Leapp.pm | 2 -- 2 files changed, 4 deletions(-) diff --git a/elevate-cpanel b/elevate-cpanel index 802317e1..a393a5f0 100755 --- a/elevate-cpanel +++ b/elevate-cpanel @@ -2245,8 +2245,6 @@ EOS $self->_check_for_fatal_errors($out); - INFO('Leapp found issues which would prevent the upgrade, more information can be obtained in the files under /var/log/leapp'); - return; } diff --git a/lib/Elevate/Blockers/Leapp.pm b/lib/Elevate/Blockers/Leapp.pm index 95373b33..895e9bda 100644 --- a/lib/Elevate/Blockers/Leapp.pm +++ b/lib/Elevate/Blockers/Leapp.pm @@ -39,8 +39,6 @@ sub check ($self) { $self->_check_for_fatal_errors($out); - INFO('Leapp found issues which would prevent the upgrade, more information can be obtained in the files under /var/log/leapp'); - return; }