Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dyedwiper committed Nov 6, 2023
1 parent abf1d03 commit e205031
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/store/schools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ export default class SchoolsModule extends VuexModule {
await $axios.get(`/v3/school/${authModule.getUser?.schoolId} `)
).data;

console.log(school);

this.setSchool(transformSchoolServerToClient(school));

this.setLoading(false);
Expand Down

0 comments on commit e205031

Please sign in to comment.