forked from AkkomaGang/akkoma-fe
remove log
This commit is contained in:
parent
0460728a8c
commit
c3a931610a
1 changed files with 0 additions and 1 deletions
|
@ -262,7 +262,6 @@ const Status = {
|
||||||
this.userExpanded = !this.userExpanded
|
this.userExpanded = !this.userExpanded
|
||||||
},
|
},
|
||||||
toggleShowMore () {
|
toggleShowMore () {
|
||||||
console.log('toggleShowMore', this.showingTall)
|
|
||||||
if (this.showingTall) {
|
if (this.showingTall) {
|
||||||
this.showingTall = false
|
this.showingTall = false
|
||||||
} else if (this.expandingSubject && this.status.summary) {
|
} else if (this.expandingSubject && this.status.summary) {
|
||||||
|
|
Loading…
Reference in a new issue