From 1e4b2be168900293092e048a6e46af30fd23dc57 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 9 Sep 2005 10:29:18 +0000 Subject: Remove commented code --- perl-install/install_any.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b8ba3ba33..2df342426 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -535,7 +535,6 @@ sub selectSupplMedia { our $last_url; #- propose the last URL for correction in case of error $o->ask_from_({ focus_first => 1 }, [ { label => N("URL of the mirror?"), - #hidden => 1, val => \$last_url } ]); $last_url =~ s!/+\z!!; $url = $last_url or return 'error'; -- cgit v1.2.1