Skip to content

Commit

Permalink
fix(build): remove console.log (#204)
Browse files Browse the repository at this point in the history
* fix(build): remove `console.log`

* chore: add changeset
  • Loading branch information
jonz94 authored Jan 3, 2025
1 parent 5e0e7fa commit adcdd9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/twenty-teachers-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/vite-build': patch
---

fix(build): remove `console.log`
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 adcdd9a

Please sign in to comment.