diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index bfe51927d0..61e7e1d16a 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -529,7 +529,6 @@ function MyController(hand) { }; this.updateParticleBeam = function(position, orientation, color, speed, spread, lifespan) { - print('lifespan::' + lifespan); Entities.editEntity(this.particleBeam, { rotation: orientation, position: position, @@ -538,7 +537,6 @@ function MyController(hand) { emitSpeed: speed, speedSpread:spread, lifespan: lifespan - }) };