Skip to content

Commit 1891262

Browse files
committed
removed console log
1 parent 9e30b6f commit 1891262

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/views/app/Settings.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export default {
285285
if (window.innerWidth >= 768) {
286286
this.show = 'profile';
287287
}
288-
console.log(this.$store.getters.getLoggedInUser);
289288
const user = await this.$http.get(`/users/${this.$store.getters.getLoggedInUser.id}`);
290289
await this.$store.dispatch('login', user.data);
291290
const tags = this.$store.getters.getLoggedInUser.tags;

0 commit comments

Comments
 (0)