aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
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.