diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-05 00:02:14 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-06-05 00:02:14 +0300 |
| commit | 12000536aaf1d0139affff24a232860bd4a149d2 (patch) | |
| tree | 98c5524a83749d2270d4013dd788833c1c9b223a /src | |
| parent | 4fabeda3ecbd0f194f3951a2394849de504b1a89 (diff) | |
remove commented lines, make linter happy
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/status/status.js | 2 |
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 |
