From 769f9b4e48367c45f668b2af94a9c5b5828ffa89 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 18 May 2015 06:52:59 +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 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 -- cgit v1.2.3