Clean up debug code for tree threading

This commit is contained in:
Tusooa Zhu 2021-09-10 15:24:23 -04:00
parent 2a510205c3
commit cc5cff2038
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 0 additions and 20 deletions

View file

@ -11,9 +11,6 @@ library.add(
faAngleDoubleRight
)
// const debug = console.log
const debug = () => {}
const ThreadTree = {
components: {
Status
@ -62,8 +59,6 @@ const ThreadTree = {
}, {})
},
currentReplies () {
debug('status:', this.status)
debug('getReplies:', this.getReplies(this.status.id))
return this.getReplies(this.status.id).map(({ id }) => this.statusById(id))
},
threadShowing () {