aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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