summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-03-09 00:25:46 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-03-09 00:25:46 +0000
commit7ebf26b6b5eb4d5931715b994fa53899e314b8c5 (patch)
tree2b939f067d1f2d97c921d40a3bca7717ff580f12 /perl-install
parent9c488e1ab2c67231c196a709808445d204918748 (diff)
downloaddrakx-backup-do-not-use-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar
drakx-backup-do-not-use-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.gz
drakx-backup-do-not-use-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.bz2
drakx-backup-do-not-use-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.tar.xz
drakx-backup-do-not-use-7ebf26b6b5eb4d5931715b994fa53899e314b8c5.zip
(choosePackages): moved the log to install2::choosePackages (to have it in
auto_installs too)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/install_steps_interactive.pm2
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);