From ef2b373d776e3df787d9d8791900dd56c5d05183 Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 31 Oct 2025 16:42:26 +0900 Subject: [PATCH] =?UTF-8?q?myinfo=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C?= =?UTF-8?q?=20=EC=BD=94=EB=93=9C=EC=82=AD=EC=A0=9C=20=EB=B0=8F=20console?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/MyPagePanel/MyPageSub/MyInfo/MyInfo.jsx | 5 ----- com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/MyInfo/MyInfo.jsx b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/MyInfo/MyInfo.jsx index d5ef76bd..0d0f6dd6 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/MyInfo/MyInfo.jsx +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/MyInfo/MyInfo.jsx @@ -303,11 +303,6 @@ export default function MyInfo({ title, cbScrollTo }) { return ( <> - - {serverHOST && ( - [serverHost] {serverHOST} - )} -
diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 2f3d97dd..bd6d4f5d 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -853,7 +853,7 @@ const PlayerPanel = ({ const handleItemFocus = useCallback( (menu) => { dispatch(sendLogGNB(menu)); - + console.log("###handleItemFocus", menu); if (!videoVerticalVisible) { resetTimer(REGULAR_TIMEOUT); } @@ -864,7 +864,7 @@ const PlayerPanel = ({ const onClickBack = useCallback( (ev, isEnd) => { //modal로부터 Full 전환된 경우 다시 preview 모드로 돌아감. - + console.log("###onClickBack", backupInitialIndex, isEnd); if ( sideContentsVisible && !videoVerticalVisible &&