diff --git a/website/public/js/controllers/tasksCtrl.js b/website/public/js/controllers/tasksCtrl.js index 153dd86f28..b8a99ead34 100644 --- a/website/public/js/controllers/tasksCtrl.js +++ b/website/public/js/controllers/tasksCtrl.js @@ -41,7 +41,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N //Reverse the order of tasks so the tasks will appear in the order the user entered them tasks.reverse(); _.each(tasks, function(t) { - console.log(t) addTask(addTo, listDef, t); }); listDef.bulk = false;