diff options
| author | Stephen Blott | 2015-05-18 06:52:59 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-18 06:52:59 +0100 | 
| commit | 769f9b4e48367c45f668b2af94a9c5b5828ffa89 (patch) | |
| tree | a84d0f67d8f4de95ad4ad34a859e919d86f9e7a4 | |
| parent | 4309dcd3030687f3ed02b86bbdf7c485baaee4a5 (diff) | |
| download | vimium-769f9b4e48367c45f668b2af94a9c5b5828ffa89.tar.bz2 | |
Search completion; remove console.log().
| -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 | 
