From 09a610e8689bc43cb83c99d10b81722dee3adf3f Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 11 Aug 2022 18:24:43 +0100 Subject: [PATCH] remove debug print --- src/components/user_profile/user_profile.js | 1 - 1 file changed, 1 deletion(-) 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 }) {