mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 23:02:32 +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 wantDebugging = true;
|
||||
var wantDebugging = false;
|
||||
function debugPrint(message) {
|
||||
if (wantDebugging) {
|
||||
print(message);
|
||||
|
|
Loading…
Reference in a new issue