chore:去掉没用的 console 日志

This commit is contained in:
maninhill
2023-12-20 09:16:31 +08:00
committed by GitHub
parent d21337eac5
commit 2c02922b3b

View File

@@ -1185,9 +1185,7 @@ const userViewEnlargeOpen = (opt, item) => {
}
const initSnapshotTimer = () => {
console.log('check1==')
snapshotTimer.value = setInterval(() => {
console.log('check2==')
snapshotStore.snapshotCatchToStore()
}, 1000)
}