Turn off debug logging of MRC message sending

This commit is contained in:
David Stephens 2019-06-05 23:41:28 +01:00
parent 8726128cda
commit 43e22cfc74
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ exports.getModule = class MrcModule extends ServerModule {
sanitiseMessage(messageBody)
].join('~') + '~';
Log.debug({ server : 'MRC', data : line }, 'Sending data');
// Log.debug({ server : 'MRC', data : line }, 'Sending data');
this.sendRaw(line);
}