console.log 제거

This commit is contained in:
dongyoungKo
2025-06-11 18:34:09 +09:00
parent 15949c7030
commit c3ce45a516

View File

@@ -409,7 +409,6 @@ const FeaturedBrandsPanel = ({ isOnTop, panelInfo, spotlightId }) => {
);
const renderPageItem = useCallback(() => {
console.log("#brandChannelCnt", brandChannelCnt);
return (
<>
{sortedBrandLayoutInfo.map((el, idx) => {