aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-05-14 05:46:20 +0100
committerStephen Blott2015-05-14 05:46:20 +0100
commitdc5788942259a2dee23b8cb29f465b0ef8336ac4 (patch)
treec3e7c35ae3e796f45e64ef007c45b7545e0d0710 /background_scripts
parent8a83eda8402fa836a66ef9c3632f416569ab9382 (diff)
downloadvimium-dc5788942259a2dee23b8cb29f465b0ef8336ac4.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 68edad99..349b3b8b 100644
--- a/background_scripts/completion.coffee
+++ b/background_scripts/completion.coffee
@@ -435,7 +435,6 @@ class SearchEngineCompleter
#
characterCount = query.length - queryTerms.length + 1
relevancy = (if custom then 0.5 else factor) * 12.0 / Math.max 12.0, characterCount
- console.log factor, relevancy
# This filter is applied to all of the suggestions from all of the completers, after they have been
# aggregated by the MultiCompleter.