diff --git a/examples/controllers/hydra/toyball.js b/examples/controllers/hydra/toyball.js index 57ad7d8fb0..83dcf2937d 100644 --- a/examples/controllers/hydra/toyball.js +++ b/examples/controllers/hydra/toyball.js @@ -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);