mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:23:36 +02:00
removing debug
This commit is contained in:
parent
b9f0af63e1
commit
a96e78c72d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,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