3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Reduce d.js debug event logging

This commit is contained in:
Dragory 2021-08-20 21:38:35 +03:00
parent 817d38b8ac
commit 6e4bc17dae
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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;
}