diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-08-19 14:19:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-08-19 14:19:45 +0000 |
commit | 1f14cbc9f8b7c0cf1431636d962eb551e92294f6 (patch) | |
tree | c495ac51ebac6262b537028d2d77f9e68bbc8750 /perl-install/share/po/help_xml2pm.pl | |
parent | adc642b291761c466daed3dc45de1eb334650df7 (diff) | |
download | drakx-1f14cbc9f8b7c0cf1431636d962eb551e92294f6.tar drakx-1f14cbc9f8b7c0cf1431636d962eb551e92294f6.tar.gz drakx-1f14cbc9f8b7c0cf1431636d962eb551e92294f6.tar.bz2 drakx-1f14cbc9f8b7c0cf1431636d962eb551e92294f6.tar.xz drakx-1f14cbc9f8b7c0cf1431636d962eb551e92294f6.zip |
remove debug code
Diffstat (limited to 'perl-install/share/po/help_xml2pm.pl')
-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"; |