diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2021-08-07 14:11:34 -0400 |
|---|---|---|
| committer | Tusooa Zhu <tusooa@kazv.moe> | 2022-03-07 19:19:29 -0500 |
| commit | d15d24c11c57ecfc49705af648b1e8f73caec51e (patch) | |
| tree | f03cc73bf61732b3257154dc2eb3e81d3e378393 /src/components/thread_tree/thread_tree.js | |
| parent | 31c4300456192582786a7f5da420f7ce834a3e2b (diff) | |
Add dive functionality
Diffstat (limited to 'src/components/thread_tree/thread_tree.js')
| -rw-r--r-- | src/components/thread_tree/thread_tree.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/thread_tree/thread_tree.js b/src/components/thread_tree/thread_tree.js index 3e8eedb1..ec7d5884 100644 --- a/src/components/thread_tree/thread_tree.js +++ b/src/components/thread_tree/thread_tree.js @@ -1,6 +1,7 @@ import Status from '../status/status.vue' -const debug = console.log +// const debug = console.log +const debug = () => {} const ThreadTree = { components: { |
