mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Removed extra console.log
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user