Skip to content

Commit

Permalink
Removed unwanted console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
therealsharath committed Mar 7, 2022
1 parent 7caa18c commit 3e28f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions component-library/src/components/Button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ const Button = ({
disabled: lodashGet(buttonTheme, 'fontColor.disabled', buttonDefaultTheme.fontColor.disabled),
};

console.log(propTheme)

const styling = {
background,
border,
Expand Down

0 comments on commit 3e28f26

Please sign in to comment.