[PlayerPanel] console.log 제거

This commit is contained in:
고동영
2024-07-01 15:28:19 +09:00
parent b66dc3c82c
commit 9293b8d3da

View File

@@ -329,6 +329,8 @@ const PlayerPanel = ({
vdoTpNm: "Horizontal",
};
}
console.log("#panelInfo", panelInfo);
}, [
isOnTop,
liveShowInfos,
@@ -1050,7 +1052,6 @@ const PlayerPanel = ({
const videoType = useMemo(() => {
const extension = currentPlayingUrl?.replace(/^.*\.(.*)$/, "$1");
console.log("#extension", extension);
if (extension === "mp4") {
return true;
}
@@ -1214,7 +1215,6 @@ const PlayerPanel = ({
}
};
console.log("#videoType", videoType);
return (
<TPanel
isTabActivated={false}