Skip to content

Commit f5bdf17

Browse files
committed
chore(button): 🔇 remove logs
1 parent 94bee23 commit f5bdf17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/components/button/ButtonSpinner.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ export const ButtonSpinner: React.FC<ButtonSpinnerProps> = ({
5555
: spinnerSizes[size]?.iconOnly
5656
) as SpinnerSizes;
5757

58-
console.log(
59-
buttonTheme.themeColor[themeColor]?.[variant]?.spinner?.disabled,
60-
isValidElement(spinner),
61-
);
62-
6358
return isValidElement(spinner) ? (
6459
React.cloneElement(spinner, {
6560
// @ts-ignore

0 commit comments

Comments
 (0)