Skip to content

Commit 651e7ca

Browse files
authored
Merge pull request #23 from OnedocLabs/ffo-75-remove-consolelog-in-onedocreact-print-compile-function
Removes console.log in compile function
2 parents ad42daa + fb3cb19 commit 651e7ca

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)