3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-21 16:55:03 +00:00

Reduce d.js debug event logging

This commit is contained in:
Dragory 2021-08-20 21:38:35 +03:00
parent b860d164cd
commit 96ee58076d

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