Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Sep 12, 2023
1 parent 62c06a9 commit 7c4d35a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ export class ChannelEngine {
this.server.server.keepAliveTimeout = options.keepAliveTimeout;
this.server.server.headersTimeout = options.keepAliveTimeout + 1000;
}
console.log(this.server);
this.server.use(restify.plugins.queryParser());
this.serverStartTime = Date.now();
this.instanceId = uuidv4();
Expand Down

0 comments on commit 7c4d35a

Please sign in to comment.