mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 11:13:27 +02:00
Debug mode has been turned off
This commit is contained in:
parent
8965f2aac3
commit
6e8756e8af
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue