Remove commented out line in bow.js

This commit is contained in:
Ryan Huffman 2016-11-30 13:26:39 -08:00
parent c990849bf8
commit 35bc962654

View file

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