From 696f30f9b0ae3998c921d182127ff8d062808856 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 15 Nov 1999 13:07:33 +0000 Subject: no_comment --- perl-install/interactive_newt.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/interactive_newt.pm') 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" ? -- cgit v1.2.1