chore: remove console.log

This commit is contained in:
Nicolas Meienberger 2025-12-22 17:28:26 +01:00
parent 877c6e1de1
commit 37cb078637

View file

@ -34,7 +34,6 @@ process.on("SIGINT", async () => {
process.exit(0);
});
console.log(config.serverIdleTimeout);
export default await createHonoServer({
app,
port: 4096,