summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-07-30 14:15:54 +0000
committerFrancois Pons <fpons@mandriva.com>2003-07-30 14:15:54 +0000
commit7a6448a4015bfe370d854badd083a10b84a9d305 (patch)
tree898212013986c8fc91624cd4102e40e0f81c424f /perl-install/install_steps_interactive.pm
parent2ed71ce7bea5826751fef045ce3841f5bd28ac9e (diff)
downloaddrakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar
drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.gz
drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.bz2
drakx-7a6448a4015bfe370d854badd083a10b84a9d305.tar.xz
drakx-7a6448a4015bfe370d854badd083a10b84a9d305.zip
removed remaining code of eval (eq nop).
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm1
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;