From 35bc96265470033c39c4fd36db9b1e86b6aff223 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 30 Nov 2016 13:26:39 -0800 Subject: [PATCH] Remove commented out line in bow.js --- bow/bow/bow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bow/bow/bow.js b/bow/bow/bow.js index 3d685536ce..b50a055c9c 100644 --- a/bow/bow/bow.js +++ b/bow/bow/bow.js @@ -136,7 +136,6 @@ startEquip: function(entityID, args) { this.hand = args[0]; - // var avatarID = args[1]; if (this.hand === 'left') { this.getStringHandPosition = function() { return _this.getControllerLocation("right").position; };