Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold committed Aug 19, 2022
1 parent 5cf0618 commit af64d54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ export default new Vuex.Store({
);
state.lists = [...state.lists];
localStorage.setItem(COLLECTION_STATE, JSON.stringify(state));
console.log("state in cart", state);
console.log(JSON.parse(localStorage.getItem(COLLECTION_STATE) ?? ""));
},

deleteCategory(state: State, categoryId: string) {
Expand Down

0 comments on commit af64d54

Please sign in to comment.