Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 committed Dec 18, 2024
1 parent 825e89a commit 4d98639
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dotcom-rendering/src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ export const Card = ({
galleryCount,
showAccentImage = false,
}: Props) => {
console.log({ headlineText, showAccentImage });
const hasSublinks = supportingContent && supportingContent.length > 0;
const sublinkPosition = decideSublinkPosition(
supportingContent,
Expand Down

0 comments on commit 4d98639

Please sign in to comment.