remove log

This commit is contained in:
shpuld 2019-01-28 22:03:25 +02:00
parent 0460728a8c
commit c3a931610a
1 changed files with 0 additions and 1 deletions

View File

@ -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) {