diff options
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 04dcd3015..c7b7961cf 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -109,7 +109,6 @@ sub selectLanguage { lang::set($o->{locale}, !$o->isa('interactive::gtk')); - lang::langs_selected($o->{locale}); log::l("selectLanguage: pack_langs: ", lang::pack_langs($o->{locale}{langs}), " utf8-flag: ", to_bool($o->{locale}{utf8})); #- for auto_install compatibility with old $o->{keyboard} containing directly $o->{keyboard}{KEYBOARD} |