0
0
mirror of https://github.com/sammwyy/MikuMikuBeam.git synced 2025-06-29 18:21:13 +00:00

fix: remove console.log

This commit is contained in:
Roman U. 2025-01-22 12:43:42 +07:00 committed by GitHub
parent 4dbe3abad1
commit 420410891c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,6 @@ function App() {
const handler = () => {
if (audio.paused) return;
console.log(audio.currentTime);
if (animState !== 2 && audio.currentTime > 5.24 && audio.currentTime < 9.4) {
setAnimState(2);
}