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 &&