mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-25 10:57:47 +01:00
Remove console log
This commit is contained in:
parent
ab99d5ef95
commit
26955af60b
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ const BasicUserCard = {
|
|||
this.userExpanded = !this.userExpanded
|
||||
},
|
||||
userProfileLink (user) {
|
||||
console.log('22222222222222222222222222222')
|
||||
return generateProfileLink(user.id, user.screen_name, this.$store.state.instance.restrictedNicknames)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue