From 6387f2e89774c1af7494f8507dfcc1fa245f2524 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 17 May 2015 12:52:53 +0100 Subject: TabToOpen: remove console.log. --- background_scripts/completion.coffee | 1 - 1 file changed, 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index e824486d..77332967 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -546,7 +546,6 @@ class SearchEngineCompleter # suggestion, then custom search-engine mode should be activated. suggestion.customSearchMode = engine.keyword suggestion.title = suggestion.insertText - console.log suggestion.insertText, engine unless engine.description suggestion.type = engine.description ? "custom search" break -- cgit v1.2.3