Skip to content

Commit

Permalink
Removed debug artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
stack-fault committed Jul 20, 2024
1 parent 4be4fb7 commit d2bb99e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/servers/chat/mrc_multiplexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ exports.getModule = class MrcModule extends ServerModule {
this.mrcConnectOpts.port = this.mrcConfig.sslport;
}

console.log(this.mrcConnectOpts);

// Create connection
this.mrcSocket = net.createConnection(
this.mrcConnectOpts,
Expand Down

0 comments on commit d2bb99e

Please sign in to comment.