From dc5788942259a2dee23b8cb29f465b0ef8336ac4 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 14 May 2015 05:46:20 +0100 Subject: Search completion; remove console.log(). --- background_scripts/completion.coffee | 1 - 1 file changed, 1 deletion(-) 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. -- cgit v1.2.3