Skip to content

Commit 3eea730

Browse files
authored
removes debugging code
1 parent 0bf4279 commit 3eea730

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/code-view/internal.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ export function InternalCodeView({
5454
const codeElementWrapper: ReactElement = createElement(Fragment, null, code);
5555
const codeElement = Children.only(codeElementWrapper.props.children);
5656

57-
console.log("ACE_CLASSES", ACE_CLASSES.dark, ACE_CLASSES.light);
58-
5957
return (
6058
<div
6159
className={clsx(darkMode ? ACE_CLASSES.dark : ACE_CLASSES.light, styles.root)}

0 commit comments

Comments
 (0)