diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-17 07:14:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-17 07:14:08 +0000 |
commit | 661494b13955d63977c580922380301c5e18d587 (patch) | |
tree | 31b4362fb4b84f269f266a0c29163e42c962cf6c /perl-install/standalone/drakups | |
parent | edcae50903b421a9904edec463f9afb7a3923c8e (diff) | |
download | drakx-661494b13955d63977c580922380301c5e18d587.tar drakx-661494b13955d63977c580922380301c5e18d587.tar.gz drakx-661494b13955d63977c580922380301c5e18d587.tar.bz2 drakx-661494b13955d63977c580922380301c5e18d587.tar.xz drakx-661494b13955d63977c580922380301c5e18d587.zip |
remove debug message :-)
Diffstat (limited to 'perl-install/standalone/drakups')
-rwxr-xr-x | perl-install/standalone/drakups | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 1770dca08..e5d35da63 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -385,8 +385,6 @@ foreach my $i (@pages) { }); } - $models{ups}->append_set(1 => "toto", 2 => "tata", 3 => "titi"); - #------------------------------------------------------------------ # let's start the show: $in->do_pkgs->ensure_binary_is_installed('nut-server', 'upsd') if !$::testing; |