diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-29 17:13:14 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-29 17:13:14 +0000 |
commit | 3cc847b07eded5af5658abe85e3ed02d2c825734 (patch) | |
tree | b61d6c61b0d1f9c6f11cc0e0e3c4eda78425a6ec /perl-install/security | |
parent | 1f88be34a9a026a867aa5e4882686aee68883cb9 (diff) | |
download | drakx-3cc847b07eded5af5658abe85e3ed02d2c825734.tar drakx-3cc847b07eded5af5658abe85e3ed02d2c825734.tar.gz drakx-3cc847b07eded5af5658abe85e3ed02d2c825734.tar.bz2 drakx-3cc847b07eded5af5658abe85e3ed02d2c825734.tar.xz drakx-3cc847b07eded5af5658abe85e3ed02d2c825734.zip |
(level_choose) remove debug statement
Diffstat (limited to 'perl-install/security')
-rw-r--r-- | perl-install/security/level.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/security/level.pm b/perl-install/security/level.pm index ae5e30db2..d62d282f8 100644 --- a/perl-install/security/level.pm +++ b/perl-install/security/level.pm @@ -57,7 +57,7 @@ connections from many clients. Note: if your machine is only a client on the Int }, [ { label => N("Please choose the desired security level"), title => 1 }, { val => $security, list => \@l, format => \&to_string, - format => sub { warn ">>$_\n"; N("%s: %s", to_string($_), formatAlaTeX($help{$_})) }, + format => sub { N("%s: %s", to_string($_), formatAlaTeX($help{$_})) }, type => 'list', gtk => { use_boxradio => 1 } }, if_($in->do_pkgs->is_installed('libsafe') && arch() =~ /^i.86/, { label => N("Use libsafe for servers"), val => $libsafe, type => 'bool', text => |