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(() => { const renderPageItem = useCallback(() => {
console.log("#brandChannelCnt", brandChannelCnt);
return ( return (
<> <>
{sortedBrandLayoutInfo.map((el, idx) => { {sortedBrandLayoutInfo.map((el, idx) => {