Skip to content

Commit

Permalink
rm logs
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 5, 2022
1 parent efed274 commit f8e4aa2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/server/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ export async function renderToHTML(
locales: renderOpts.locales,
defaultLocale: renderOpts.defaultLocale,
AppTree: (props: any) => {
console.log('AppTree')
return (
<AppContainerWithIsomorphicFiberStructure>
{renderPageTree(
Expand Down Expand Up @@ -1248,7 +1247,6 @@ export async function renderToHTML(
if (isResSent(res) && !isSSG) return null

if (renderServerComponentData) {
console.log('flight data')
return new RenderResult(
renderToReadableStream(
renderPageTree(
Expand Down Expand Up @@ -1382,7 +1380,6 @@ export async function renderToHTML(
})
}

console.log('renderToString')
const html = ReactDOMServer.renderToString(
<Body>
<AppContainerWithIsomorphicFiberStructure>
Expand Down

0 comments on commit f8e4aa2

Please sign in to comment.