diff options
-rwxr-xr-x | perl-install/share/po/help_xml2pm.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/share/po/help_xml2pm.pl b/perl-install/share/po/help_xml2pm.pl index de70dfc49..8976fb396 100755 --- a/perl-install/share/po/help_xml2pm.pl +++ b/perl-install/share/po/help_xml2pm.pl @@ -16,7 +16,6 @@ if ( ! -x "$xsltproc" ){ my %helps = map { my $lang = $_; my @l = grep { !/drakx-MNF-chapter/ } map { /(drakx-.*).xml$/ } all("$dir/$lang"); - warn int(@l), " ", "\n"; if (@l < 20) { () } else { my $template_file = "$dir/$lang/drakx.xml"; my $file = "$dir/$lang/drakx_full.xml"; |