diff --git a/public/js/controllers/tasksCtrl.js b/public/js/controllers/tasksCtrl.js index cfc13fff0f..fd8bcfe0a9 100644 --- a/public/js/controllers/tasksCtrl.js +++ b/public/js/controllers/tasksCtrl.js @@ -116,8 +116,6 @@ habitrpg.controller("TasksCtrl", ['$scope', '$rootScope', '$location', 'User','N focusChecklist(task,0); } $scope.addChecklistItem = function(task,$event,$index) { - console.log("ADD CHECKLIST ITEM"); - console.log(task); if (!task.checklist[$index].text) { // Don't allow creation of an empty checklist item // TODO Provide UI feedback that this item is still blank