diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index af3a5b59..582fbdb6 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -1216,7 +1216,6 @@ const PlayerPanel = ({ switch (type) { case "timeupdate": { - console.log("#timeupdate"); setCurrentTime(videoPlayer.current?.getMediaState()?.currentTime); break;