Skip to content

Commit adcdd9a

Browse files
authored
fix(build): remove console.log (#204)
* fix(build): remove `console.log` * chore: add changeset
1 parent 5e0e7fa commit adcdd9a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/twenty-teachers-rule.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hono/vite-build': patch
3+
---
4+
5+
fix(build): remove `console.log`

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)