From ed306994697f6f9f5e13f9d018b5c7ffa2fff680 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 9 Feb 2015 11:36:12 +0000 Subject: Visual/edit modes: disable mode debugging for merge to master. --- content_scripts/mode.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee index 2d28d95b..2733de8b 100644 --- a/content_scripts/mode.coffee +++ b/content_scripts/mode.coffee @@ -34,7 +34,7 @@ count = 0 class Mode # If Mode.debug is true, then we generate a trace of modes being activated and deactivated on the console. - debug: true + debug: false @modes: [] # Constants; short, readable names for the return values expected by handlerStack.bubbleEvent. -- cgit v1.2.3