디버깅 주석 제거

This commit is contained in:
고동영
2024-05-09 19:42:43 +09:00
parent f1f274a05c
commit 16f3b49f07
2 changed files with 2 additions and 8 deletions

View File

@@ -44,8 +44,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
const { prdtId, patnrId, curationId, curationNm, type, bgImgNo } = panelInfo;
useEffect(() => {
console.log("#panelInfo ", panelInfo);
if (type === "hotel") {
dispatch(
getThemeHotelDetailInfo({
@@ -151,7 +149,6 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
getlgCatCd();
}, [themeProductInfos, productData, selectedIndex]);
// console.log("#productData", productData);
useEffect(() => {
if (panelInfo && patnrId && prdtId) {
saveToLocalStorage();
@@ -237,6 +234,7 @@ export default function DetailPanel({ panelInfo, isOnTop, spotlightId }) {
type === "theme"
}
lgCatCd={lgCatCd}
panelInfo={panelInfo}
/>
)}
</>