remove debug

This commit is contained in:
Philip Rosedale 2015-03-10 13:34:16 -07:00
parent 2d6c51ac77
commit 182a1a726d

View file

@ -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);