Remove comment

This commit is contained in:
Blade Barringer
2015-08-12 19:09:11 -05:00
parent bcf7c9712e
commit 39ead02d6c

View File

@@ -190,7 +190,6 @@ preenHistory = (history) ->
Update the in-browser store with new gear. FIXME this was in user.fns, but it was causing strange issues there Update the in-browser store with new gear. FIXME this was in user.fns, but it was causing strange issues there
### ###
sortOrder = _.reduce content.gearTypes,((m,v,k)->m[v]=k;m), {} sortOrder = _.reduce content.gearTypes,((m,v,k)->m[v]=k;m), {}
#sortOrder.potion = _.size(sortOrder) #potion goes last #actually, _.sortBy puts anything else last, so this is unecessary
api.updateStore = (user) -> api.updateStore = (user) ->
return unless user return unless user
changes= [] changes= []