Turn off instrumentation

All those console.log()s make editing very slow
print-window-tiddler
Jermolene 2014-04-13 21:17:14 +01:00
rodzic 93b9d16d6c
commit f1578d3409
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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