remove commented lines, make linter happy

このコミットが含まれているのは:
Shpuld Shpuldson 2017-06-05 00:02:14 +03:00
コミット 12000536aa
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -90,12 +90,10 @@ const Status = {
},
gotoOriginal (id) {
// only handled by conversation, not status_or_conversation
//this.$emit('goto', this.status.in_reply_to_status_id)
this.$emit('goto', id)
},
toggleExpanded () {
this.$emit('toggleExpanded')
//console.log(this.replies)
},
toggleMute () {
this.unmuted = !this.unmuted