Set WANT_DEBUG_STATE to false

This commit is contained in:
Anthony J. Thibault 2016-01-11 10:39:27 -08:00
parent 8f78a0624c
commit 3d8f8e5618

View file

@ -18,7 +18,7 @@ Script.include("../libraries/utils.js");
// add lines where the hand ray picking is happening // add lines where the hand ray picking is happening
// //
var WANT_DEBUG = false; var WANT_DEBUG = false;
var WANT_DEBUG_STATE = true; var WANT_DEBUG_STATE = false;
// //
// these tune time-averaging and "on" value for analog trigger // these tune time-averaging and "on" value for analog trigger