This commit is contained in:
Johannes Millan 2017-05-03 19:41:20 +02:00
parent b4616804d1
commit e8112a154c
2 changed files with 0 additions and 2 deletions

View file

@ -45,7 +45,6 @@
//$rootScope.r = $localStorage;
$rootScope.r = getLsData($localStorage);
console.log($rootScope.r);
// we want the current task to be a reference to the tasks array
// that's why we need to reassign

View file

@ -329,7 +329,6 @@
markAsDone(task) {
const parentTask = task.parentId && this.getById(task.parentId);
console.log('markAsDone');
// unset current task first
this.updateCurrent(undefined);