From 78caf5e36d761dddd04095bf7c36548c4257004b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 19 Dec 2015 11:24:28 +0100 Subject: reproducible debian: remove debug output --- bin/reproducible_html_dashboard.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 7aaf4a72..2cdc0596 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -404,7 +404,6 @@ create_suite_arch_stats_page() { for i in 0 2 ; do # recreate png once a day if [ ! -f $BASE/$SUITE/$ARCH/${TABLE[$i]}.png ] || [ $DUMMY_FILE -nt $BASE/$SUITE/$ARCH/${TABLE[$i]}.png ] ; then - echo "debug1 $ARCH $SUITE/$ARCH/${TABLE[$i]}.png" create_png_from_table $i $SUITE/$ARCH/${TABLE[$i]}.png fi done @@ -480,7 +479,6 @@ create_dashboard_page() { write_page " \"${MAINLABEL[$i]}\"" # redo pngs once a day if [ ! -f $BASE/${TABLE[$i]}.png ] || [ $DUMMY_FILE -nt $BASE/${TABLE[$i]}.png ] ; then - echo "debug2 $ARCH ${TABLE[$i]}.png" create_png_from_table $i ${TABLE[$i]}.png fi done @@ -490,7 +488,6 @@ create_dashboard_page() { # redo arch specific pngs once a day for ARCH in ${ARCHS} ; do if [ ! -f $BASE/${TABLE[1]}_$ARCH.png ] || [ $DUMMY_FILE -nt $BASE/${TABLE[1]}_$ARCH.png ] ; then - echo "debug3 $ARCH ${TABLE[1]}_$ARCH.png" create_png_from_table 1 ${TABLE[1]}_$ARCH.png fi done -- cgit v1.2.3-54-g00ecf