Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ogonkov committed Feb 26, 2025
1 parent 6743505 commit 5315bb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Select/__stories__/Select.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ export const Form = {
} satisfies Story;

const WithTitle: Decorator<StoryArgs> = (Story, context) => {
console.log(context);

return (
<React.Fragment>
<Text as="h3" variant="subheader-3" style={{margin: '0 0 4px'}}>
Expand Down

0 comments on commit 5315bb9

Please sign in to comment.