Turn off performance instrumentation

The plan is to make it be a user configurable option
print-window-tiddler
Jermolene 2015-08-01 13:13:47 +01:00
rodzic 58188cf805
commit f708b4df65
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ exports.after = ["load-modules"];
exports.synchronous = true;
// Set to `true` to enable performance instrumentation
var PERFORMANCE_INSTRUMENTATION = true;
var PERFORMANCE_INSTRUMENTATION = false;
var widget = require("$:/core/modules/widgets/widget.js");