mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-01 15:34:30 +02:00
Dial down MRC logging
This commit is contained in:
parent
b6d0d0d95e
commit
8153473b89
2 changed files with 8 additions and 13 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue