From dc957d09d86e867e119fb03f68203cf105a1bad8 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Wed, 8 Feb 2017 15:45:29 -0800 Subject: [PATCH] remove comment --- scripts/system/controllers/handControllerGrab.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index f59d0da2f9..508b396d57 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -826,11 +826,7 @@ function MyController(hand) { this.update = function(deltaTime, timestamp) { this.updateSmoothedTrigger(); - // If both trigger and grip buttons squeezed and nothing is held, rescale my avatar! - //if (this.hand === RIGHT_HAND && this.state === STATE_SEARCHING && - // this.getOtherHandController().state === STATE_SEARCHING) { this.maybeScaleMyAvatar(); - //} if (this.ignoreInput()) {