chore:去掉没用的 console 日志

This commit is contained in:
maninhill 2023-12-20 09:16:31 +08:00 committed by GitHub
parent d21337eac5
commit 2c02922b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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