mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Turn off performance instrumentation
The plan is to make it be a user configurable option
This commit is contained in:
parent
58188cf805
commit
f708b4df65
@ -18,7 +18,7 @@ exports.after = ["load-modules"];
|
|||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
// Set to `true` to enable performance instrumentation
|
// Set to `true` to enable performance instrumentation
|
||||||
var PERFORMANCE_INSTRUMENTATION = true;
|
var PERFORMANCE_INSTRUMENTATION = false;
|
||||||
|
|
||||||
var widget = require("$:/core/modules/widgets/widget.js");
|
var widget = require("$:/core/modules/widgets/widget.js");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user