Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed May 29, 2024
1 parent 35c50c5 commit 3cb456f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/products.$handle/sections/reviews.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export function Review({ data, className, ...props }) {
const { firstSentence, remainingText } =
splitTextIntoSentences(quote.value)

console.log(background)
return (
<div className='relative inline-block'>
<Flex
Expand Down

0 comments on commit 3cb456f

Please sign in to comment.