diff options
| -rw-r--r-- | background_scripts/completion.coffee | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 22740128..12b57812 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -485,7 +485,6 @@ class SearchEngineCompleter      mkSuggestion = do =>        count = 0        (suggestion) => -        console.log count          new Suggestion            queryTerms: queryTerms            type: description | 
