diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-09 00:25:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-09 00:25:46 +0000 |
commit | 7ebf26b6b5eb4d5931715b994fa53899e314b8c5 (patch) | |
tree | 2b939f067d1f2d97c921d40a3bca7717ff580f12 | |
parent | 9c488e1ab2c67231c196a709808445d204918748 (diff) | |
download | drakx-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar drakx-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.gz drakx-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.bz2 drakx-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.xz drakx-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.zip |
(choosePackages): moved the log to install2::choosePackages (to have it in
auto_installs too)
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index d8fdd7208..8732c7308 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -489,8 +489,6 @@ sub choosePackages { $size2install = $availableC; } - log::l("compssUsersChoice's: ", join(" ", grep { $o->{compssUsersChoice}{$_} } keys %{$o->{compssUsersChoice}})); - ($o->{packages_}{ind}) = pkgs::setSelectedFromCompssList($packages, $o->{compssUsersChoice}, $min_mark, $size2install); |