Skip to content

Commit

Permalink
chore: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shindigira committed Jan 24, 2024
1 parent 9e6a237 commit d5d03c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Checkbox/Checkbox.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function CheckboxWrapper({ ...arguments_ }): JSX.Element {
{...arguments_}
checked={arguments_.checked}
onChange={(): void => {
console.log('clicked');
updateArguments({
checked: !arguments_.checked
});
Expand Down

0 comments on commit d5d03c9

Please sign in to comment.