aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-05-18 06:52:59 +0100
committerStephen Blott2015-05-18 06:52:59 +0100
commit769f9b4e48367c45f668b2af94a9c5b5828ffa89 (patch)
treea84d0f67d8f4de95ad4ad34a859e919d86f9e7a4 /background_scripts
parent4309dcd3030687f3ed02b86bbdf7c485baaee4a5 (diff)
downloadvimium-769f9b4e48367c45f668b2af94a9c5b5828ffa89.tar.bz2
Search completion; remove console.log().
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/completion.coffee1
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