diff --git a/ui/index.html b/ui/index.html index 9dbe967a..4294ddb8 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1359,10 +1359,6 @@ function millisecondsToStr(milliseconds) { s += seconds + ' second' + numberEnding(seconds); } - if (s === '') { - s = 'almost done' - } - return s; }