We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf4279 commit 3eea730Copy full SHA for 3eea730
src/code-view/internal.tsx
@@ -54,8 +54,6 @@ export function InternalCodeView({
54
const codeElementWrapper: ReactElement = createElement(Fragment, null, code);
55
const codeElement = Children.only(codeElementWrapper.props.children);
56
57
- console.log("ACE_CLASSES", ACE_CLASSES.dark, ACE_CLASSES.light);
58
-
59
return (
60
<div
61
className={clsx(darkMode ? ACE_CLASSES.dark : ACE_CLASSES.light, styles.root)}
0 commit comments