summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_newt.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-11-15 13:07:33 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-11-15 13:07:33 +0000
commit696f30f9b0ae3998c921d182127ff8d062808856 (patch)
treedd83f24d16977bd8edef42fcfe9cc2f31bbd1c1b /perl-install/interactive_newt.pm
parent510378574d4d0a97bae46ab21fdf76395b2af1a8 (diff)
downloaddrakx-backup-do-not-use-696f30f9b0ae3998c921d182127ff8d062808856.tar
drakx-backup-do-not-use-696f30f9b0ae3998c921d182127ff8d062808856.tar.gz
drakx-backup-do-not-use-696f30f9b0ae3998c921d182127ff8d062808856.tar.bz2
drakx-backup-do-not-use-696f30f9b0ae3998c921d182127ff8d062808856.tar.xz
drakx-backup-do-not-use-696f30f9b0ae3998c921d182127ff8d062808856.zip
no_comment
Diffstat (limited to 'perl-install/interactive_newt.pm')
-rw-r--r--perl-install/interactive_newt.pm1
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" ?