Browse Source

remove console.log

pull/7883/head
nicolelyn 5 years ago committed by Brandon Romano
parent
commit
7b0cfcb96e
  1. 2
      website/components/case-study-carousel/index.jsx

2
website/components/case-study-carousel/index.jsx

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

Loading…
Cancel
Save