Reduce d.js debug event logging
This commit is contained in:
parent
817d38b8ac
commit
6e4bc17dae
1 changed files with 0 additions and 2 deletions
|
@ -190,8 +190,6 @@ connect().then(async () => {
|
|||
const safe429Counter = new DecayingCounter(safe429DecayInterval);
|
||||
client.on(Constants.Events.DEBUG, errorText => {
|
||||
if (!errorText.includes("429")) {
|
||||
// tslint:disable-next-line:no-console
|
||||
console.debug(`[DEBUG] ${errorText}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue