Skip to content

Commit 0675bb1

Browse files
vicbconico974
andcommitted
Update packages/open-next/src/core/requestHandler.ts
Co-authored-by: conico974 <[email protected]>
1 parent bf93070 commit 0675bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/core/requestHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async function handleNoFallbackError(
326326
// invokeOutput: routingResult.resolvedRoutes[index].route,
327327
// ...metadata,
328328
// })(req, res);
329-
console.log("coucou");
329+
//TODO: find a way to do that without breaking current main
330330
} catch (e: any) {
331331
if (e.constructor.name === "NoFallbackError") {
332332
await handleNoFallbackError(req, res, routingResult, metadata, index + 1);

0 commit comments

Comments
 (0)