mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 09:50:27 +00:00
Turn off instrumentation
All those console.log()s make editing very slow
This commit is contained in:
parent
93b9d16d6c
commit
f1578d3409
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user