Skip to content

Commit

Permalink
Remove trailing log
Browse files Browse the repository at this point in the history
  • Loading branch information
rcantin-w committed Dec 12, 2024
1 parent 20635e5 commit 1ae810b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ type Story = StoryObj<typeof FeaturedCard>;
export const Basic: Story = {
name: 'FeaturedCard',
render: args => {
console.log(args);
return (
<ReadmeDecorator
WrappedComponent={FeaturedCard}
Expand Down

0 comments on commit 1ae810b

Please sign in to comment.