Remove out of context comment

This commit is contained in:
Blade Barringer
2015-07-24 10:20:01 -05:00
parent f8e2e74336
commit fe2fb6deba

View File

@@ -12,9 +12,6 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
// FIXME $scope.challenges needs to be resolved first (see app.js)
$scope.groups = Groups.Group.query({type:'party,guilds,tavern'});
// we should fix this, that's pretty brittle
// override score() for tasks listed in challenges-editing pages, so that nothing happens
$scope.score = function(){}