From f1578d3409624c87756a1baf69e792692fe77527 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sun, 13 Apr 2014 21:17:14 +0100 Subject: [PATCH] Turn off instrumentation All those console.log()s make editing very slow --- core/modules/startup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/startup.js b/core/modules/startup.js index 694435514..4827332ad 100755 --- a/core/modules/startup.js +++ b/core/modules/startup.js @@ -13,7 +13,7 @@ This is the main application logic for both the client and server "use strict"; // Set to `true` to enable performance instrumentation -var PERFORMANCE_INSTRUMENTATION = true; +var PERFORMANCE_INSTRUMENTATION = false; var widget = require("$:/core/modules/widgets/widget.js");