From 2de517c70fb8593a63c4fbf83996ebe90272becc Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Wed, 30 Dec 2015 11:50:20 -0800 Subject: [PATCH] remove unused line --- examples/controllers/handControllerGrab.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index e66890a640..0de2286b79 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -577,7 +577,6 @@ function MyController(hand) { Entities.editEntity(this.particleBeam,{ lifetime: TEMPORARY_PARTICLE_BEAM_LIFETIME + props.age // renew lifetime }) - var lifetime = Entities.getEntityProperties(this.particleBeam,"lfietime").lifetime; } this.evalLightWorldTransform = function(modelPos, modelRot) {