Skip to content

Commit e747d18

Browse files
authored
fix: remove debug log (#19)
1 parent 5ac9cf0 commit e747d18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/resolver/src/entry.rsc.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export async function callServer(request: Request) {
3535
routes,
3636
});
3737

38-
console.log(match.payload);
3938
return new Response(renderToReadableStream(match.payload), {
4039
status: match.statusCode,
4140
headers: match.headers,

0 commit comments

Comments
 (0)