From c3a931610a16a23659edc1140573a003e14c8dbc Mon Sep 17 00:00:00 2001 From: shpuld Date: Mon, 28 Jan 2019 22:03:25 +0200 Subject: [PATCH] remove log --- src/components/status/status.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/status/status.js b/src/components/status/status.js index c93580c0..443e6b42 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -262,7 +262,6 @@ const Status = { this.userExpanded = !this.userExpanded }, toggleShowMore () { - console.log('toggleShowMore', this.showingTall) if (this.showingTall) { this.showingTall = false } else if (this.expandingSubject && this.status.summary) {