Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
servertdot committed Feb 6, 2024
1 parent 2012847 commit da8f6ce
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 40 deletions.
1 change: 0 additions & 1 deletion dist/assets/index-HDnlwZRh.css

This file was deleted.

19 changes: 0 additions & 19 deletions dist/assets/index-cc9H8_oS.js

This file was deleted.

Binary file removed dist/favicon.ico
Binary file not shown.
17 changes: 0 additions & 17 deletions dist/index.html

This file was deleted.

3 changes: 0 additions & 3 deletions src/assets/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export const addTask = async (title: string) => {
}

export const removeTask = async (id: number) => {
// const index = taskList.value.findIndex(task => task.id === id);
// taskList.value.splice(index, 1);
// console.log({id, index, taskList: taskList.value})
taskList.value = taskList.value.filter(item => item.id !== id);
setStorageValue('taskList', taskList.value)
}
Expand Down

0 comments on commit da8f6ce

Please sign in to comment.