Removed debug artifact
This commit is contained in:
@@ -112,8 +112,6 @@ exports.getModule = class MrcModule extends ServerModule {
|
|||||||
this.mrcConnectOpts.port = this.mrcConfig.sslport;
|
this.mrcConnectOpts.port = this.mrcConfig.sslport;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this.mrcConnectOpts);
|
|
||||||
|
|
||||||
// Create connection
|
// Create connection
|
||||||
this.mrcSocket = net.createConnection(
|
this.mrcSocket = net.createConnection(
|
||||||
this.mrcConnectOpts,
|
this.mrcConnectOpts,
|
||||||
|
|||||||
Reference in New Issue
Block a user