From efca6ecb1d7fffb9e8c94cf1a84998f017cf3ecc Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 23 Feb 2016 16:37:08 -0800 Subject: [PATCH] remove debug print --- examples/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 7db4a0ee8b..b298ce81b2 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -1695,7 +1695,6 @@ function MyController(hand) { }; this.activateEntity = function(entityID, grabbedProperties, wasLoaded) { - print("activating: " + entityID + " " + (this.hand === RIGHT_HAND ? "right" : "left")); var grabbableData = getEntityCustomData(GRABBABLE_DATA_KEY, entityID, DEFAULT_GRABBABLE_DATA); var data = getEntityCustomData(GRAB_USER_DATA_KEY, entityID, {}); var now = Date.now();