From 2208add423d821bf289669594a152fba9cc15b04 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 24 Jun 2004 09:41:33 +0000 Subject: (installPackages) kill debugging statements --- globetrotter/make_live | 3 --- 1 file changed, 3 deletions(-) (limited to 'globetrotter/make_live') diff --git a/globetrotter/make_live b/globetrotter/make_live index 9633fd163..9851f3e8f 100755 --- a/globetrotter/make_live +++ b/globetrotter/make_live @@ -207,8 +207,6 @@ sub installPackages() { $compssUsersChoice{qq(LOCALES"$_")} = 1 foreach lang::langsLANGUAGE({ all => 1 }); pkgs::setSelectedFromCompssList($o->{packages}, \%compssUsersChoice, 4, 0); - use Data::Dumper; - output("/tmp/pkgs1", Dumper($o->{packages})); # unselect some packages whose services fsck up the box and whose services are not enabled by appropriate tools: # (shorewall must be deselected before iptables is) @@ -218,7 +216,6 @@ sub installPackages() { } my @toInstall = pkgs::packagesToInstall($o->{packages}); - output("/tmp/pkgs2", Dumper([ map { $_->name } @toInstall ])); local $ENV{DURING_INSTALL} = 1; $ENV{LD_LIBRARY_PATH} = "/lib:/usr/lib:/usr/X11R6/lib:/usr/lib/qt3/lib"; pkgs::install($::prefix, 0, \@toInstall, $o->{packages}); -- cgit v1.2.1