Skip to content

Commit 243508e

Browse files
committed
chore: clean-up
1 parent b0ccf70 commit 243508e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/coreui-vue/src/components/offcanvas/COffcanvas.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ const COffcanvas = defineComponent({
146146
}
147147

148148
const handleKeyDown = (event: KeyboardEvent) => {
149-
console.log('keydown')
150149
if (event.key === 'Escape' && props.keyboard) {
151150
handleDismiss()
152151
}

0 commit comments

Comments
 (0)