Debug mode has been turned off

This commit is contained in:
luiscuenca 2017-10-18 15:40:03 -07:00
parent 8965f2aac3
commit 6e8756e8af

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;