mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Removed extra console.log
This commit is contained in:
parent
09761c5c53
commit
9619c46df2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
//Reverse the order of tasks so the tasks will appear in the order the user entered them
|
||||||
tasks.reverse();
|
tasks.reverse();
|
||||||
_.each(tasks, function(t) {
|
_.each(tasks, function(t) {
|
||||||
console.log(t)
|
|
||||||
addTask(addTo, listDef, t);
|
addTask(addTo, listDef, t);
|
||||||
});
|
});
|
||||||
listDef.bulk = false;
|
listDef.bulk = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue