Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfromundefined committed May 11, 2023
1 parent c6fad72 commit 8239441
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const MockupSection: React.FC<MockupSectionProps> = ({ content }) => {
/>
<Grid>
{content.items.map((info, i) => {
console.log(info?.icon);
const Icon = MockupIcon[info?.icon as MockupIconType];
return (
// rome-ignore lint/suspicious/noArrayIndexKey: will be removed soon
Expand Down

1 comment on commit 8239441

@vercel
Copy link

@vercel vercel bot commented on 8239441 May 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.