Skip to content

Commit

Permalink
chore: remove unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
EnMod committed Jul 12, 2023
1 parent 2562261 commit 0b968b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/card/newsroom-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function NewsroomCard({
appearance,
withArrow = false,
}: NewsroomCardProps): JSX.Element {
console.log(withArrow)
return (
<CardPrimitives.Card
heading={heading}
Expand Down

0 comments on commit 0b968b0

Please sign in to comment.