diff options
| author | Stephen Blott | 2015-05-17 12:52:53 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-17 12:52:53 +0100 |
| commit | 6387f2e89774c1af7494f8507dfcc1fa245f2524 (patch) | |
| tree | bf1900dad63dcc1c2056f8e0df5c092c23992cd9 | |
| parent | 5f2b6fb55840ba55bb1ad1519b71fc02bb4823cf (diff) | |
| download | vimium-6387f2e89774c1af7494f8507dfcc1fa245f2524.tar.bz2 | |
TabToOpen: remove console.log.
| -rw-r--r-- | background_scripts/completion.coffee | 1 |
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 |
