aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion.coffee2
1 files changed, 0 insertions, 2 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee
index 91f79338..c12c6d80 100644
--- a/background_scripts/completion.coffee
+++ b/background_scripts/completion.coffee
@@ -415,8 +415,6 @@ HistoryCache =
else
toRemove.urls.forEach (url) =>
i = HistoryCache.binarySearch({url:url}, @history, @compareHistoryByUrl)
- # TODO (smblott)
- # The `i < @history.length` condition below should not be necessary. It can be removed when `binarySearch` is fixed.
if i < @history.length and @history[i].url == url
@history.splice(i, 1)