From 12000536aaf1d0139affff24a232860bd4a149d2 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Mon, 5 Jun 2017 00:02:14 +0300 Subject: [PATCH] remove commented lines, make linter happy --- src/components/status/status.js | 2 -- 1 file changed, 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