remove dead code

This commit is contained in:
taehoon 2019-08-26 15:47:29 -04:00
parent 8c465719cc
commit c01d2543d5

View file

@ -149,9 +149,6 @@ const conversation = {
}, },
toggleExpanded () { toggleExpanded () {
this.expanded = !this.expanded this.expanded = !this.expanded
if (!this.expanded) {
this.setHighlight(null)
}
} }
} }
} }