stop spam error log with 502

This commit is contained in:
Lamp 2022-02-24 17:03:50 -06:00
parent aabebc7d74
commit 9775aef89a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ global.createMPPbridge = async function createMPPbridge({room, channel, uri}) {
let lastError;
gClient.on("error", error => {
handleError(error, `[${uri}][${room}]`);
//handleError(error, `[${uri}][${room}]`);
error = error.toString();
if (lastError != error) {
d.send(`**${error.toString()}**`);