Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kark committed Jan 22, 2024
1 parent a58982a commit dba10df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .storybook/helpers/with-controlled-value.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ const withControlledValue = <T extends {}>({
[controlledArgHandlerNameOrDefault]: _onChange,
};

console.log(props);

return <Component {...props} />;
};

Expand Down

0 comments on commit dba10df

Please sign in to comment.