Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d3b064a

Browse files
committed
chore(button): remove unuxsed code
1 parent 9f1492c commit d3b064a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/c-button/src/button.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ const CButton = defineComponent({
7171

7272
const styles = useStyleConfig('Button', themingProps.value)
7373

74-
console.log('size: ', props.size)
75-
console.log('variant: ', props.variant)
76-
console.log('colorScheme: ', props.colorScheme)
77-
7874
const buttonStyles: SystemStyleObject = {
7975
display: 'inline-flex',
8076
appearance: 'none',

0 commit comments

Comments
 (0)