remove debug print
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
FloatingGhost 2022-08-11 18:24:43 +01:00
parent a7e8a7a64e
commit 09a610e868

View file

@ -146,7 +146,6 @@ const UserProfile = {
},
onTabSwitch (tab) {
this.tab = tab
console.log(this.$router)
this.$router.replace({ hash: `#${tab}` })
},
linkClicked ({ target }) {