From 6a72fe7df4c75dd41fd510c8277ee6a63c47e901 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Mon, 25 Jul 2016 16:58:59 -0700 Subject: [PATCH] cleanup --- scripts/system/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 95cc7be405..00c37bd074 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -1519,7 +1519,6 @@ function MyController(hand) { // visualizations var rayPickInfo = this.calcRayPickInfo(this.hand); - // this.searchIndicatorOn(rayPickInfo.searchRay); this.overlayLineOn(rayPickInfo.searchRay.origin, grabbedProperties.position, COLORS_GRAB_DISTANCE_HOLD);