From 2aafef71cf3065939dd7cf03846645634ee66b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 29 Jul 2024 18:27:57 +0900 Subject: [PATCH] =?UTF-8?q?[PlayerPanel]=20=EC=A3=BC=EC=84=9D=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx | 1 - 1 file changed, 1 deletion(-) 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;