Skip to content

Commit

Permalink
fix(ButtonGroup): remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Gaudin committed Dec 15, 2023
1 parent c939498 commit 16dc542
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ButtonGroup/src/ButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ const ButtonGroup: React.FunctionComponent<ButtonGroupProps> = ({
return child;
});

console.log(childrenClone);

return (
<div
data-test={dataTest}
Expand Down

0 comments on commit 16dc542

Please sign in to comment.