From e94e41698ea1578abd2b477bcf64f2702f88f324 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 8 Feb 2017 18:04:55 -0800 Subject: [PATCH] remove debug --- scripts/system/controllers/handControllerGrab.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 508b396d57..527a9cfc2b 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2619,8 +2619,6 @@ function MyController(hand) { var scalingCurrentDistance = Vec3.length(Vec3.subtract(this.getHandPosition(), this.getOtherHandController().getHandPosition())); var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale; - if (MyAvatar.scale != newAvatarScale) { - } MyAvatar.scale = newAvatarScale; } };