fix: remove console.log
This commit is contained in:
parent
4dbe3abad1
commit
420410891c
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue