Clean up debug code for tree threading
This commit is contained in:
parent
2a510205c3
commit
cc5cff2038
2 changed files with 0 additions and 20 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue