aboutsummaryrefslogtreecommitdiffstats
path: root/stattrans.pl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-11-13 10:35:05 +0000
committerDenis Barbier <barbier>2002-11-13 10:35:05 +0000
commit2b536531fddde78c33cee4fbca57a6b98d62d24f (patch)
treeb7b01befde56cc80f79b63747dc5e4df097b8e78 /stattrans.pl
parent33e6a17a1b95e6cd0abece9e39d3e835f1ebe658 (diff)
Found bug, remove debugging output
CVS version numbers stattrans.pl: 1.47 -> 1.48
Diffstat (limited to 'stattrans.pl')
-rwxr-xr-xstattrans.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/stattrans.pl b/stattrans.pl
index e465d49dbc9..3aa96592066 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -206,14 +206,12 @@ if ($opt_l) {
print "Computing statistics in gettext files... " if ($config{'verbose'});
my %po_translated,%po_fuzzy,%po_untranslated,%po_total;
my %percent_po_t,%percent_po_u,%percent_po_f;
-print STDERR "Debugging output temporarily added in order to track a bug, do not care\n";
foreach $lang (@search_in) {
next if $lang eq 'english';
$l = $langs{$lang};
$po_translated{"total"}{$lang} = $po_fuzzy{"total"}{$lang} = $po_untranslated{"total"}{$lang} = 0;
my @status = qx,LC_ALL=C make -C $opt_w/$lang/po stats 2>&1 1>/dev/null,;
foreach $line (@status) {
-print STDERR $line;
chomp $line;
($domain = $line) =~ s/\..*//;
$po_translated{$domain}{$lang} = ($line =~ /(\d+) translated/ ? $1 : "0");

© 2014-2024 Faster IT GmbH | imprint | privacy policy