From 110cfb47d1bca930fd3e6a5235a33a24ddf49142 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Fri, 14 Apr 2017 14:23:27 -0700 Subject: [PATCH] turn off handControllerGrab debug prints --- scripts/system/controllers/handControllerGrab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 5a3d7cab13..e5271b0e62 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -27,8 +27,8 @@ Script.include("/~/system/libraries/controllers.js"); // add lines where the hand ray picking is happening // -var WANT_DEBUG = true; -var WANT_DEBUG_STATE = true; +var WANT_DEBUG = false; +var WANT_DEBUG_STATE = false; var WANT_DEBUG_SEARCH_NAME = null; var FORCE_IGNORE_IK = false;