]> granicus.if.org Git - pgbadger/commitdiff
Remove debug information.
authorDarold Gilles <gilles@darold.net>
Sun, 29 Dec 2013 17:54:14 +0000 (18:54 +0100)
committerDarold Gilles <gilles@darold.net>
Sun, 29 Dec 2013 17:54:14 +0000 (18:54 +0100)
pgbadger

index 544cb3e01e57d58e56616270fe9ea4f6e1e1de97..9b494ce39ad888523acbcc4e97984985452490b9 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -1088,7 +1088,6 @@ if (!$incremental) {
                        my $week = "Week $1";
                        # foreach week add link to daily reports
                        my @wdays = &get_wdays("$1", $y);
-                       print $fh "<li>$w (", join(" , ", @wdays), ")</li>\n";
                        my $data_content = '';
                        for (my $i = 0; $i <= $#wdays; $i++) { 
                                my $bpath = $wdays[$i];