Remove console log

This commit is contained in:
jasper 2019-03-26 13:36:33 -07:00
parent ab99d5ef95
commit 26955af60b

View file

@ -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)
}
}