diff options
| author | Stephen Blott | 2015-05-17 12:46:43 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-05-17 12:46:43 +0100 |
| commit | 5f2b6fb55840ba55bb1ad1519b71fc02bb4823cf (patch) | |
| tree | 66d5203b263409f82ec2fd0210c2c13f5ccbeba5 | |
| parent | a730a3b4639a8eb5f909c7c4acda8e4d6e1ba0b9 (diff) | |
| download | vimium-5f2b6fb55840ba55bb1ad1519b71fc02bb4823cf.tar.bz2 | |
TabToOpen: turn off relevancy debugging.
| -rw-r--r-- | background_scripts/completion.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/completion.coffee b/background_scripts/completion.coffee index 8a7d0a47..e824486d 100644 --- a/background_scripts/completion.coffee +++ b/background_scripts/completion.coffee @@ -10,7 +10,7 @@ # - refresh(): (optional) refreshes the completer's data source (e.g. refetches the list of bookmarks). # - cancel(): (optional) cancels any pending, cancelable action. class Suggestion - showRelevancy: true # Set this to true to render relevancy when debugging the ranking scores. + showRelevancy: false # Set this to true to render relevancy when debugging the ranking scores. constructor: (@options) -> # Required options. |
