From 420410891c48cc195bed47fc3a17f07d09fd8ca1 Mon Sep 17 00:00:00 2001 From: "Roman U." Date: Wed, 22 Jan 2025 12:43:42 +0700 Subject: [PATCH] fix: remove console.log --- src/App.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b94f7a6..f4bfb58 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -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); }