console.log 삭제

This commit is contained in:
dongyoungKo
2025-05-14 16:11:58 +09:00
parent 89fcfc4f3b
commit 8252717175
3 changed files with 0 additions and 6 deletions

View File

@@ -1601,8 +1601,6 @@ export const sendLogTotalRecommend = (params) => (dispatch, getState) => {
// console.log("#params", params);
console.log("#entryMenu", entryMenu);
const newParams = {
...params,
userNumber: userNumber,

View File

@@ -164,8 +164,6 @@ export default function RandomUnit({
bannerType: data.vtctpYn === "Y" ? "Vertical" : "Horizontal",
})
);
console.log("#brandNm", data);
}
}, [randomDataRef, nowMenu]);

View File

@@ -194,8 +194,6 @@ export default function RollingUnit({
: "Horizontal",
})
);
console.log("#rollingDataRef.current", rollingDataRef.current);
}
}, [nowMenu, rollingDataRef]);