diff options
| author | Stephen Blott | 2015-05-18 06:08:53 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-05-18 06:08:55 +0100 | 
| commit | c16b1c20e20c27b0e46038326fd97f1a721634ef (patch) | |
| tree | c78ffe7762c5089d77e87e9428213ae159a4ae2d | |
| parent | 8aa6073aebb7dea9d11aba1d0d07c89b161c508c (diff) | |
| download | vimium-c16b1c20e20c27b0e46038326fd97f1a721634ef.tar.bz2 | |
Disable relevancy debugging (again).
Oops.  I left this on, again.
| -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 56740efd..91fb85e1 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. | 
