Skip to content

Commit cdadeee

Browse files
committed
style: remove console
1 parent 4080b47 commit cdadeee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/switch/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ const Switch = defineComponent({
6161
const { getPrefixCls } = this.configProvider;
6262
const prefixCls = getPrefixCls('switch', customizePrefixCls);
6363
const { $attrs } = this;
64-
console.log(restProps, $attrs)
6564
const classes = {
6665
[$attrs.class as string]: $attrs.class,
6766
[`${prefixCls}-small`]: size === 'small',

0 commit comments

Comments
 (0)