Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cdb4712

Browse filesBrowse files
committed
chore: clean-up
1 parent e457ffe commit cdb4712
Copy full SHA for cdb4712

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Copy file name to clipboardExpand all lines: packages/coreui-react/src/components/modal/CModal.tsx
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.