1
0
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:
Jermolene 2014-04-13 21:17:14 +01:00
parent 93b9d16d6c
commit f1578d3409

View File

@ -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");