Removed extra console.log

This commit is contained in:
TheHollidayInn
2015-04-07 18:49:25 -05:00
parent 09761c5c53
commit 9619c46df2

View File

@@ -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
tasks.reverse();
_.each(tasks, function(t) {
console.log(t)
addTask(addTo, listDef, t);
});
listDef.bulk = false;