turn off handControllerGrab debug prints

This commit is contained in:
Seth Alves 2017-04-14 14:23:27 -07:00
parent 6420ddd038
commit 110cfb47d1

View file

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