Skip to content

Commit

Permalink
Do not log options
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
  • Loading branch information
shubham1172 committed Apr 23, 2024
1 parent 5ab1860 commit ce23c8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/implementation/Server/HTTPServer/HTTPServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export default class HTTPServer implements IServer {

this.isInitialized = false;

this.logger.debug(`Configured HTTPServer Options: ${JSON.stringify(options)}`);

this.server = options.serverHttp ?? express();
this.server.use(
bodyParser.text({
Expand Down

0 comments on commit ce23c8a

Please sign in to comment.