From 0d811c489aa3464f9a75761581078ad5c0a50b29 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Fri, 15 Jul 2016 14:05:16 -0700 Subject: [PATCH] Removing debug logging --- 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 e1c4c9e757..4f0578369f 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -558,7 +558,6 @@ function MyController(hand) { var rotation = Quat.lookAt(location, Camera.getPosition(), Vec3.UP); var brightColor = colorPow(color, 0.1); - print("bright color " + brightColor.red + " " + brightColor.green + " " + brightColor.blue); if (this.searchSphere === null) { var sphereProperties = { position: location,