remove workaround

This commit is contained in:
Tyler Renelle 2013-11-01 13:01:38 -07:00
parent a374f67549
commit 084c7d3001

View file

@ -187,7 +187,6 @@ randomDrop = (user, delta, priority, streak = 0, options={}) ->
# {task} task you want to score
# {direction} 'up' or 'down'
obj.score = (user, task, direction, options={}) ->
return unless task
# This is for setting one-time temporary flags, such as streakBonus or itemDropped. Useful for notifying
# the API consumer, then cleared afterwards