From 5811aa3b2be10642db102d0e6e2985ef33130581 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Aug 2015 20:11:57 +0200 Subject: reproducible: remove debugging code --- bin/reproducible_html_dashboards.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 3eedb24e..4e807415 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -141,7 +141,6 @@ update_notes_stats() { sqlite3 -init ${INIT} ${PACKAGES_DB} "INSERT INTO ${TABLE[4]} VALUES (\"$DATE\", \"$NOTES\")" sqlite3 -init ${INIT} ${PACKAGES_DB} "INSERT INTO ${TABLE[5]} VALUES (\"$DATE\", \"$ISSUES\")" fi - echo "Adhoc-Debug: $NOTES $ISSUES $COUNT_ISSUES" } # -- cgit v1.2.3-54-g00ecf