diff --git a/lib/reporters/html.js b/lib/reporters/html.js
index 56b406b5f1..606b53ce17 100644
--- a/lib/reporters/html.js
+++ b/lib/reporters/html.js
@@ -235,7 +235,6 @@ function HTML(runner, options) {
}
function updateStats() {
- // TODO: add to stats
var percent = ((stats.tests / runner.total) * 100) | 0;
progressBar.value = percent;
if (progressText) {