one more unused variable

This commit is contained in:
Wayne Chen 2018-09-12 10:58:05 -07:00 committed by GitHub
parent 8bef0d0de4
commit acf34dcfdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,6 @@ Script.include("/~/system/libraries/controllers.js");
this.getOtherModule().dominantHandOverride = false;
}
if (this.parameters.handLaser.allwaysOn || isTriggerPressed) {
var intersection = controllerData.rayPicks[this.hand];
return makeRunningValues(true, [], []);
}
}