Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvitora authored Nov 16, 2023
1 parent 51dd5ad commit a125732
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bp/src/core/app/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,7 @@ export class HTTPServer {

const { keepAliveTimeout } = botpressConfig.httpServer

console.log({ keepAliveTimeout })

if (keepAliveTimeout && Number.isInteger(keepAliveTimeout)) {
console.log('will use: of ' + { keepAliveTimeout })
this.httpServer.keepAliveTimeout = keepAliveTimeout
}

Expand Down

0 comments on commit a125732

Please sign in to comment.