Eliminate unused variable

This commit is contained in:
Blade Barringer
2015-07-24 10:36:17 -05:00
parent 2441f6363e
commit bac979ca4d

View File

@@ -15,9 +15,6 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User',
// override score() for tasks listed in challenges-editing pages, so that nothing happens
$scope.score = function(){}
//This is used to ensure the user has enough gems to create a challenge
$scope.enoughGems = true;
//------------------------------------------------------------
// Challenge
//------------------------------------------------------------