summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-08 13:47:55 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-08 13:47:55 +0000
commit1ed3df04928e77e7a2c53ad07a716fc4fa130ae7 (patch)
tree4748695ccf782be75afb7ab0e0c35a18c77964ef /perl-install/interactive.pm
parent1b731b14fc580b5b54c6dcde5748c3af25d7cb87 (diff)
downloaddrakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.gz
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.bz2
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.tar.xz
drakx-backup-do-not-use-1ed3df04928e77e7a2c53ad07a716fc4fa130ae7.zip
no_comment
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm1
1 files changed, 0 insertions, 1 deletions
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"} : $_;
}