From ae8542eaf1a086508fbf7d2b306faa7de2249c4e Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 29 Dec 2014 15:50:44 -0600 Subject: [PATCH] Removed extraneous console logs left while testing --- public/js/controllers/tasksCtrl.js | 2 -- 1 file changed, 2 deletions(-) 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