From 6e4bc17daef615d744f1286012fcddf5023ec247 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Fri, 20 Aug 2021 21:38:35 +0300 Subject: [PATCH] Reduce d.js debug event logging --- backend/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index fd4993fd..73a79ce4 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -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; }