mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
cleanup
This commit is contained in:
parent
b4616804d1
commit
e8112a154c
2 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -329,7 +329,6 @@
|
|||
|
||||
markAsDone(task) {
|
||||
const parentTask = task.parentId && this.getById(task.parentId);
|
||||
console.log('markAsDone');
|
||||
|
||||
// unset current task first
|
||||
this.updateCurrent(undefined);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue