From 182a1a726dfde2b759ecb9ada3a1f9ff2857a2f8 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Tue, 10 Mar 2015 13:34:16 -0700 Subject: [PATCH] remove debug --- examples/controllers/hydra/toyball.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);