Skip to content

Commit bac557a

Browse files
Shrey DhyaniShrey Dhyani
authored andcommitted
removed console.log in button component
1 parent b4fc31e commit bac557a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/react/src/atoms/buttons

packages/react/src/atoms/buttons/base.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ const ButtonBase = (props: ButtonBaseProps) => {
5353
theme
5454
);
5555

56-
console.log("Props>>>>>>>>", props);
57-
5856
return (
5957
<button
6058
type={props.type}

0 commit comments

Comments
 (0)