update: remove debug log

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent ae5d318e9b
commit 907d0e7d09
5 changed files with 1 additions and 8 deletions
-2
View File
@@ -155,13 +155,11 @@ export function Play() {
if (ended) return
const achievements = next()
toastAchvs(achievements)
console.debug('Achievements:', achievements)
}, [ended, next])
const handleGotoSummary = useCallback(() => {
if (!ended) return
const achievements = gotoSummary()
toastAchvs(achievements)
console.debug('Achievements:', achievements)
}, [ended, gotoSummary])
useLayoutEffect(() => {
requestAnimationFrame(() => {