aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2015-01-11 11:42:02 +0000
committerStephen Blott2015-01-11 11:42:02 +0000
commita8096d235eae39d309c0ffd74e0d2493ff12dd22 (patch)
treecb07ff893cbe2a9816d8b4194cfe7a82a6581ad6 /content_scripts
parent355bb5fb2a06b4465a354350e2fa78ab5d53cb0b (diff)
downloadvimium-a8096d235eae39d309c0ffd74e0d2493ff12dd22.tar.bz2
Modes; tweek tests.
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/mode.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee
index 61e51b1c..84e3e75c 100644
--- a/content_scripts/mode.coffee
+++ b/content_scripts/mode.coffee
@@ -44,7 +44,7 @@ count = 0
class Mode
# If Mode.debug is true, then we generate a trace of modes being activated and deactivated on the console, along
# with a list of the currently active modes.
- debug: true
+ debug: false
@modes: []
# Constants; short, readable names for handlerStack event-handler return values.