Skip to content

Commit fb3cb19

Browse files
committed
Removes console.log in compile function
1 parent ad42daa commit fb3cb19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compile/compile.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export const compile = async (
2727

2828
const ReactDOMServer = await import("react-dom/server");
2929

30-
console.log(ReactDOMServer);
31-
3230
let Element = (
3331
<>
3432
<CSS>{onedocStyles}</CSS>

0 commit comments

Comments
 (0)