From 2071873f5c9f496e4fde94d44cbf8b0e50bf4c21 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 11 Nov 2012 15:59:27 +0000 Subject: Remove comments regarding non-existent bug. --- background_scripts/completion.coffee | 2 -- 1 file changed, 2 deletions(-) (limited to 'background_scripts') 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) -- cgit v1.2.3