Skip to content

Commit

Permalink
Revert "Provide more information with leapp preuprade blockers"
Browse files Browse the repository at this point in the history
This reverts commit 2241dce.

This needs to happen only if there's a failure.
  • Loading branch information
toddr committed Apr 23, 2024
1 parent f8f393b commit 6eeab7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions elevate-cpanel
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 0 additions & 2 deletions lib/Elevate/Blockers/Leapp.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6eeab7e

Please sign in to comment.