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);
}