remove console.log

This commit is contained in:
nicolelyn 2020-05-01 12:54:48 -04:00 committed by Brandon Romano
parent cb678b8859
commit 7800e17565
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export default function CaseStudyCarousel({
</button>
)
}
console.log('logo rows', logoRows)
return (
<section
className={`g-case-carousel ${grayBackground ? 'has-background' : ''}`}