summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboards.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-19 20:11:57 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-19 20:11:57 +0200
commit5811aa3b2be10642db102d0e6e2985ef33130581 (patch)
tree115986a249d13d4c54ed600180b8c37e80942da1 /bin/reproducible_html_dashboards.sh
parent7449bae19fc419a02f79e9f01b9707d23bdb48a6 (diff)
downloadjenkins.debian.net-5811aa3b2be10642db102d0e6e2985ef33130581.tar.xz
reproducible: remove debugging code
Diffstat (limited to 'bin/reproducible_html_dashboards.sh')
-rwxr-xr-xbin/reproducible_html_dashboards.sh1
1 files changed, 0 insertions, 1 deletions
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"
}
#