Dial down MRC logging

This commit is contained in:
David Stephens 2019-05-31 22:00:48 +01:00
parent b6d0d0d95e
commit 8153473b89
2 changed files with 8 additions and 13 deletions

View file

@ -396,9 +396,7 @@ exports.getModule = class mrcModule extends MenuModule {
body: body
};
this.log.debug({ message: message }, 'Sending message to MRC multiplexer');
// TODO: check socket still exists here
this.state.socket.write(JSON.stringify(message) + '\n');
}