Removed extraneous console logs left while testing

This commit is contained in:
Blade Barringer 2014-12-29 15:50:44 -06:00
parent efba545147
commit ae8542eaf1

View file

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