Skip to content

Commit

Permalink
style: 删除多余的调试日志输出
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Jan 17, 2025
1 parent 7274703 commit a5560ca
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/stores/useForumData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,7 @@ export const useForumData = defineStore('forum-data', () => {
}

watch(submittedTopic, () => {
console.log(
{
...submittedTopic.value,
...(userSelectedTags ? { tags: userSelectedTags } : {}),
},
userSelectedTags,
submittedTopic.value,
)

if (submittedTopic.value) {
console.log()
userSubmittedTopic.value.unshift({
...submittedTopic.value,
...(userSelectedTags ? { tags: userSelectedTags } : {}),
Expand Down

0 comments on commit a5560ca

Please sign in to comment.