Skip to content

Commit

Permalink
fix(build): remove unexpected console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 3, 2025
1 parent 5e0e7fa commit fc02f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/build/src/entry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const getEntryContent = async (options: GetEntryContentOptions) => {
} catch {}
return app.fetch(c.req.raw, c.env, executionCtx)
})
console.log(app.notFoundHandler)
added = true
}
}
Expand Down

0 comments on commit fc02f87

Please sign in to comment.