diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:11:57 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 20:11:57 +0200 |
commit | 5811aa3b2be10642db102d0e6e2985ef33130581 (patch) | |
tree | 115986a249d13d4c54ed600180b8c37e80942da1 /bin | |
parent | 7449bae19fc419a02f79e9f01b9707d23bdb48a6 (diff) | |
download | jenkins.debian.net-5811aa3b2be10642db102d0e6e2985ef33130581.tar.xz |
reproducible: remove debugging code
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 1 |
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" } # |