aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/status/status.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 7b8f304b..9448b64b 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -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