Skip to content

Commit f32c164

Browse files
committed
fix(build): remove console.log
1 parent 5e0e7fa commit f32c164

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/build/src/entry/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export const getEntryContent = async (options: GetEntryContentOptions) => {
6060
} catch {}
6161
return app.fetch(c.req.raw, c.env, executionCtx)
6262
})
63-
console.log(app.notFoundHandler)
6463
added = true
6564
}
6665
}

0 commit comments

Comments
 (0)