chore: remove console.log
This commit is contained in:
parent
877c6e1de1
commit
37cb078637
1 changed files with 0 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ process.on("SIGINT", async () => {
|
|||
process.exit(0);
|
||||
});
|
||||
|
||||
console.log(config.serverIdleTimeout);
|
||||
export default await createHonoServer({
|
||||
app,
|
||||
port: 4096,
|
||||
|
|
|
|||
Loading…
Reference in a new issue