diff --git a/website/public/js/controllers/challengesCtrl.js b/website/public/js/controllers/challengesCtrl.js index 36e3258356..73969583ef 100644 --- a/website/public/js/controllers/challengesCtrl.js +++ b/website/public/js/controllers/challengesCtrl.js @@ -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 //------------------------------------------------------------