mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
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);
|
const safe429Counter = new DecayingCounter(safe429DecayInterval);
|
||||||
client.on(Constants.Events.DEBUG, errorText => {
|
client.on(Constants.Events.DEBUG, errorText => {
|
||||||
if (!errorText.includes("429")) {
|
if (!errorText.includes("429")) {
|
||||||
// tslint:disable-next-line:no-console
|
|
||||||
console.debug(`[DEBUG] ${errorText}`);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue