remove console.log
This commit is contained in:
parent
cb678b8859
commit
7800e17565
|
@ -54,7 +54,7 @@ export default function CaseStudyCarousel({
|
||||||
</button>
|
</button>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
console.log('logo rows', logoRows)
|
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className={`g-case-carousel ${grayBackground ? 'has-background' : ''}`}
|
className={`g-case-carousel ${grayBackground ? 'has-background' : ''}`}
|
||||||
|
|
Loading…
Reference in New Issue