Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 737631e

Browse files
committed
chore: remove debugger
1 parent 75c7cf4 commit 737631e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/chakra-ui-core/src/CImage/CImage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const CImage = {
8080
} else {
8181
imageProps = { src: this.hasLoaded ? this.src : this.fallbackSrc, srcset: this.srcset }
8282
}
83-
debugger
8483
return h(CNoSsr, [
8584
h('img', {
8685
class: this.className,

0 commit comments

Comments
 (0)