diff --git a/src/components/user_profile/user_profile.js b/src/components/user_profile/user_profile.js index 591324df..b25a09d3 100644 --- a/src/components/user_profile/user_profile.js +++ b/src/components/user_profile/user_profile.js @@ -146,7 +146,6 @@ const UserProfile = { }, onTabSwitch (tab) { this.tab = tab - console.log(this.$router) this.$router.replace({ hash: `#${tab}` }) }, linkClicked ({ target }) {