aboutsummaryrefslogtreecommitdiff
path: root/src/components/thread_tree/thread_tree.js
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2021-09-10 15:24:23 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:31 -0500
commitcc5cff2038c067ceacd98f218bbcffa2a50069eb (patch)
tree01dd7dec347d4ad8d02cb279cd4e41ffc51a7c90 /src/components/thread_tree/thread_tree.js
parent2a510205c3e18bc1c3ff253dc4521909857cd530 (diff)
Clean up debug code for tree threading
Diffstat (limited to 'src/components/thread_tree/thread_tree.js')
-rw-r--r--src/components/thread_tree/thread_tree.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/thread_tree/thread_tree.js b/src/components/thread_tree/thread_tree.js
index fd21c5bc..0e499b85 100644
--- a/src/components/thread_tree/thread_tree.js
+++ b/src/components/thread_tree/thread_tree.js
@@ -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 () {