Remove console log

このコミットが含まれているのは:
jasper 2019-03-26 13:36:33 -07:00
コミット 26955af60b
1個のファイルの変更0行の追加1行の削除

ファイルの表示

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