Skip to content

Commit d4af3a0

Browse files
committed
remove logs
1 parent 635c8b4 commit d4af3a0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/Menu.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,6 @@
142142
}
143143
144144
get role(): UserRole {
145-
console.log(this.$route.path);
146-
147145
return this.$auth.user.role
148146
}
149147
@@ -183,12 +181,6 @@
183181
return '';
184182
}
185183
186-
get routeLol() {
187-
console.log(this.$route);
188-
189-
return this.$route;
190-
}
191-
192184
async logout() {
193185
this.$accessor.favorites.RESET();
194186
this.$accessor.historical.RESET();

0 commit comments

Comments
 (0)