diff options
author | Francois Pons <fpons@mandriva.com> | 2003-07-30 14:15:54 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-07-30 14:15:54 +0000 |
commit | 7a6448a4015bfe370d854badd083a10b84a9d305 (patch) | |
tree | 898212013986c8fc91624cd4102e40e0f81c424f | |
parent | 2ed71ce7bea5826751fef045ce3841f5bd28ac9e (diff) | |
download | drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.gz drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.bz2 drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.xz drakx-7a6448a4015bfe370d854badd083a10b84a9d305.zip |
removed remaining code of eval (eq nop).
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index c02d0896b..e2f01cf95 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -420,7 +420,6 @@ sub choosePackages { pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $min_mark, $availableC); $o->choosePackagesTree($packages) or goto chooseGroups if $individual; - $@ and log::l("<$@>"); install_any::warnAboutRemovedPackages($o, $o->{packages}); install_any::warnAboutNaughtyServers($o) or goto chooseGroups; |