Skip to content

Commit

Permalink
commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
yashjagtap23 committed Aug 16, 2023
1 parent d02123d commit 2406483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/user-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export default defineStore("grades", {
},
initializeShowPWCSchedule(): void {
console.log(localStorage.showPWCSchedule);

//if (localStorage.showPWCSchedule) {
this.setShowPWCSchedule(localStorage.showPWCSchedule === 'true');

//}
},
setGrade(grade: string): void {
this.grade = grade;
Expand Down

0 comments on commit 2406483

Please sign in to comment.