Skip to content

Commit cdb4712

Browse files
committed
chore: clean-up
1 parent e457ffe commit cdb4712

File tree

1 file changed

+0
-1
lines changed
  • packages/coreui-react/src/components/modal

1 file changed

+0
-1
lines changed

packages/coreui-react/src/components/modal/CModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export const CModal = forwardRef<HTMLDivElement, CModalProps>(
158158
}, [_visible])
159159

160160
const handleDismiss = () => {
161-
console.log('handleDismiss')
162161
if (backdrop === 'static') {
163162
return setStaticBackdrop(true)
164163
}

0 commit comments

Comments
 (0)