Skip to content

Commit

Permalink
Lint + usunięcie console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
EmperorProbus committed Nov 27, 2024
1 parent f4784ad commit f824cdf
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ export default Vue.extend({
}),
selection: {
get(): number[] {
console.log("getter");
return this.selectionState;
},
set(value: number[]) {
console.log("setter");
this.$store.dispatch("courses/updateSelection", value);
},
},
Expand Down

0 comments on commit f824cdf

Please sign in to comment.