Skip to content

Commit

Permalink
jun review
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 20, 2023
1 parent da10e31 commit b347b14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-joy/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ const Button = React.forwardRef(function Button(inProps, ref) {
},
);

console.log(rootProps.className, buttonClasses.disabled);

return (
<SlotRoot {...rootProps}>
{(startDecorator || (loading && loadingPosition === 'start')) && (
Expand Down

0 comments on commit b347b14

Please sign in to comment.