From 4b2ddc90214b2400f2871b9ac3cbd0e338ab0282 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Mon, 10 Feb 2014 19:53:34 -0800 Subject: [PATCH] remove dead comment --- examples/hydraMove.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/hydraMove.js b/examples/hydraMove.js index 6223e6fe2c..6ce0ad884e 100644 --- a/examples/hydraMove.js +++ b/examples/hydraMove.js @@ -138,8 +138,6 @@ function handleGrabBehavior() { MyAvatar.headPitch = MyAvatar.headPitch - euler.x; } - //print("velocity=" +velocity.x +"," +velocity.y +"," +velocity.z + " length=" + Vec3.length(velocity)); - // add some velocity... if (stoppedGrabbing) { velocity = Vec3.sum(velocity, getAndResetGrabDeltaVelocity());