diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 15:00:53 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 15:00:53 +0000 |
commit | f37324389421b82e84d40a384ee91c705ff6f8bc (patch) | |
tree | 5ce0a5b712d5ea7ec1ea58cfa03694fb92d9b08f /perl-install | |
parent | b1e5e0273ffce87405b767fe75fd6c1749a724db (diff) | |
download | drakx-f37324389421b82e84d40a384ee91c705ff6f8bc.tar drakx-f37324389421b82e84d40a384ee91c705ff6f8bc.tar.gz drakx-f37324389421b82e84d40a384ee91c705ff6f8bc.tar.bz2 drakx-f37324389421b82e84d40a384ee91c705ff6f8bc.tar.xz drakx-f37324389421b82e84d40a384ee91c705ff6f8bc.zip |
shut up
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 47b519607..374f5dc56 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -421,7 +421,6 @@ sub main { unlink $_ foreach "/modules/modules.mar", "/sbin/stage1"; } - print STDERR "in second stage\n"; log::openLog(($::testing || $o->{localInstall}) && 'debug.log'); log::l("second stage install running (", any::drakx_version(), ")"); |