Skip to content

Commit 52a00d4

Browse files
committed
chore: clean-up
1 parent 7376070 commit 52a00d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/coreui-vue/src/components/form/CFormCheck.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ const CFormCheck = defineComponent({
111111
],
112112
setup(props, { attrs, emit, slots }) {
113113
const handleChange = (event: InputEvent) => {
114-
console.log(event)
115114
emit('change', event)
116115
emit('update:modelValue', (event.target as HTMLInputElement).value)
117116
}

0 commit comments

Comments
 (0)