We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac9cf0 commit e747d18Copy full SHA for e747d18
packages/resolver/src/entry.rsc.ts
@@ -35,7 +35,6 @@ export async function callServer(request: Request) {
35
routes,
36
});
37
38
- console.log(match.payload);
39
return new Response(renderToReadableStream(match.payload), {
40
status: match.statusCode,
41
headers: match.headers,
0 commit comments