mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 17:17:58 +02:00
remove debug
This commit is contained in:
parent
2d6c51ac77
commit
182a1a726d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ var throwSound = SoundCache.getSound(HIFI_PUBLIC_BUCKET + "sounds/Switches%20and
|
||||||
var targetRadius = 0.25;
|
var targetRadius = 0.25;
|
||||||
|
|
||||||
|
|
||||||
var wantDebugging = true;
|
var wantDebugging = false;
|
||||||
function debugPrint(message) {
|
function debugPrint(message) {
|
||||||
if (wantDebugging) {
|
if (wantDebugging) {
|
||||||
print(message);
|
print(message);
|
||||||
|
|
Loading…
Reference in a new issue