remove commented lines, make linter happy

environments/dev/deployments/1
Shpuld Shpuldson 7 years ago
parent 4fabeda3ec
commit 12000536aa

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

Loading…
Cancel
Save