From fe2fb6deba115b87b9c65bfe0f58f8c4f44cd072 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 24 Jul 2015 10:20:01 -0500 Subject: [PATCH] Remove out of context comment --- website/public/js/controllers/challengesCtrl.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/website/public/js/controllers/challengesCtrl.js b/website/public/js/controllers/challengesCtrl.js index 868795a2d8..36cbd6a767 100644 --- a/website/public/js/controllers/challengesCtrl.js +++ b/website/public/js/controllers/challengesCtrl.js @@ -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(){}