diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-11-15 13:07:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-11-15 13:07:33 +0000 |
commit | 696f30f9b0ae3998c921d182127ff8d062808856 (patch) | |
tree | dd83f24d16977bd8edef42fcfe9cc2f31bbd1c1b /perl-install/interactive_newt.pm | |
parent | 510378574d4d0a97bae46ab21fdf76395b2af1a8 (diff) | |
download | drakx-696f30f9b0ae3998c921d182127ff8d062808856.tar drakx-696f30f9b0ae3998c921d182127ff8d062808856.tar.gz drakx-696f30f9b0ae3998c921d182127ff8d062808856.tar.bz2 drakx-696f30f9b0ae3998c921d182127ff8d062808856.tar.xz drakx-696f30f9b0ae3998c921d182127ff8d062808856.zip |
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r-- | perl-install/interactive_newt.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/interactive_newt.pm b/perl-install/interactive_newt.pm index 63346ed65..4a58dc1a2 100644 --- a/perl-install/interactive_newt.pm +++ b/perl-install/interactive_newt.pm @@ -143,7 +143,6 @@ sub ask_from_entries_refW { my ($w, $ref) = @_; my $val = ${$ref->{val}}; sub { - print STDERR "$ref->{type}: ($val)\n"; $ref->{type} eq "bool" ? $w->CheckboxSetValue(checkval($val)) : $ref->{type} eq "list" ? |