aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTusooa Zhu <tusooa@kazv.moe>2021-08-07 19:03:16 -0400
committerTusooa Zhu <tusooa@kazv.moe>2022-03-07 19:19:29 -0500
commitcd3e6d0073916bd9baa069a70c8eafe0a0d9f797 (patch)
tree3d708acc05bbb15148e98cd59a07606a4c4c2fcb /src
parent0aaef50ee5decd5c735e08c8193c6fb8caf2d2e2 (diff)
Clean up
Diffstat (limited to 'src')
-rw-r--r--src/components/conversation/conversation.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js
index 95525dc1..737564fb 100644
--- a/src/components/conversation/conversation.js
+++ b/src/components/conversation/conversation.js
@@ -336,9 +336,6 @@ const conversation = {
'setVirtualHeight',
{ statusId: this.statusId, height: `${this.$el.clientHeight}px` }
)
- },
- highlight (value, old) {
- console.log('highlight:', old, ' => ', value)
}
},
methods: {
@@ -353,9 +350,6 @@ const conversation = {
}
this._diven = true
const parentOrSelf = this.parentOrSelf(this.originalStatusId)
- console.log(
- 'this.threadDisplayStatus ', this.threadDisplayStatus,
- 'this.statusId', this.statusId)
if (this.threadDisplayStatus[this.statusId] === 'hidden') {
this.diveIntoStatus(parentOrSelf, /* preventScroll */ true)
this.tryScrollTo(this.statusId)
@@ -386,7 +380,6 @@ const conversation = {
return this.isExpanded ? this.highlight : null
},
setHighlight (id) {
- console.log('setHighlight', id)
if (!id) return
this.highlight = id
this.$store.dispatch('fetchFavsAndRepeats', id)