Skip to content

Commit

Permalink
Merge pull request #23 from OnedocLabs/ffo-75-remove-consolelog-in-on…
Browse files Browse the repository at this point in the history
…edocreact-print-compile-function

Removes console.log in compile function
  • Loading branch information
Titou325 authored Apr 29, 2024
2 parents ad42daa + fb3cb19 commit 651e7ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/compile/compile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ export const compile = async (

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

console.log(ReactDOMServer);

let Element = (
<>
<CSS>{onedocStyles}</CSS>
Expand Down

0 comments on commit 651e7ca

Please sign in to comment.