Skip to content

Commit

Permalink
Remove noisy logging
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Oct 12, 2023
1 parent d7fe2be commit 95a0707
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/houdini-react/src/runtime/server/renderToStream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ async function renderToNodeStream(
})
}

console.log("THIS ->", renderToPipeableStream)

const { pipe: pipeOriginal } = renderToPipeableStream(element, {
onShellReady() {
debug('[react] onShellReady()')
Expand Down

0 comments on commit 95a0707

Please sign in to comment.