mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Removed extraneous console logs left while testing
This commit is contained in:
parent
efba545147
commit
ae8542eaf1
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue