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