Merge pull request #11628 from luiscuenca/case8269

8269  controllerDispatcher is creating log spam with web entities
This commit is contained in:
Seth Alves 2017-10-18 18:11:13 -07:00 committed by GitHub
commit 28d0da51b9

View file

@ -27,7 +27,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
var BASIC_TIMER_INTERVAL_MS = 1000 / TARGET_UPDATE_HZ;
var PROFILE = false;
var DEBUG = true;
var DEBUG = false;
if (typeof Test !== "undefined") {
PROFILE = true;