We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cdea9 commit 7350742Copy full SHA for 7350742
src/implementation/Server/HTTPServer/HTTPServer.ts
@@ -46,8 +46,6 @@ export default class HTTPServer implements IServer {
46
47
this.isInitialized = false;
48
49
- this.logger.debug(`Configured HTTPServer Options: ${JSON.stringify(options)}`);
50
-
51
this.server = options.serverHttp ?? express();
52
this.server.use(
53
bodyParser.text({
0 commit comments