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:
parent
4dbe3abad1
commit
420410891c
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user