[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl
Michael Meeks
michael.meeks at collabora.com
Tue Dec 17 08:14:57 PST 2013
scripts/esc-bug-stats.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 202cb2f9b4ce49e87eefad99b8505ba5daf560ea
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Dec 17 16:14:36 2013 +0000
turn off debug.
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 2b5f85f..14c95d8 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -123,7 +123,7 @@ sub crunch_bugstat_lines(@)
my %closed_stats;
while ((my $line = shift @lines) && $region ne 'end') {
- print "$region -> $line";
+# print "$region -> $line";
if ($region eq 'header' && $line =~ /<h2>Top .* modules<\/h2>/) {
$region = 'top-modules';
More information about the Libreoffice-commits
mailing list