diff options
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: { |
