From bc9a70e052de38f6558c155c1fd9198a5f23960c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 4 Jun 2004 11:46:37 +0000 Subject: (setupBootloader) remove debugging messages --- perl-install/any.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 1210abf95..c38dafe25 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -90,19 +90,15 @@ sub setupBootloader { require bootloader; general: { - print "STEP 1\n"; local $::Wizard_no_previous = 1 if $::isStandalone; setupBootloader__general($in, $b, $all_hds, $fstab, $security) or return 0; } - print "STEP 2\n"; setupBootloader__boot_bios_drive($in, $b, $hds) or goto general; { - print "STEP 3\n"; local $::Wizard_finished = 1 if $::isStandalone; setupBootloader__entries($in, $b, $all_hds, $fstab) or goto general; } - print "STEP 4\n"; #- somewhere should bootloader really installed ? $::isStandalone and my $_w = $in->wait_message(N("Please wait"), N("Bootloader installation in progress")); -- cgit v1.2.1