remove debug

This commit is contained in:
Philip Rosedale 2017-02-08 18:04:55 -08:00
parent dc957d09d8
commit e94e41698e

View file

@ -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;
}
};