From 1ed3df04928e77e7a2c53ad07a716fc4fa130ae7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 8 Sep 1999 13:47:55 +0000 Subject: no_comment --- perl-install/interactive.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/interactive.pm') diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 227361840..69fb31f97 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -130,7 +130,6 @@ sub ask_from_entries_ref($$$$;$%) { if ((ref $_) eq "SCALAR") { { val => $_ } } else { - print "Here", ref $_, "\n"; ($_->{list} && @{$_->{list}}) ? { %$_, type => "list"} : $_; } -- cgit v1.2.1