From dfcb25ed20a787eeae278aa05fb03cc39aa98394 Mon Sep 17 00:00:00 2001 From: Emir Kabal Date: Tue, 6 Feb 2024 14:16:35 +0300 Subject: [PATCH] remove: console.log --- src/Kazagumo.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Kazagumo.ts b/src/Kazagumo.ts index 04afbe7..45e72f0 100644 --- a/src/Kazagumo.ts +++ b/src/Kazagumo.ts @@ -330,8 +330,6 @@ export class Kazagumo extends EventEmitter { const nodes: Node[] = [...this.shoukaku.nodes.values()]; const onlineNodes = nodes.filter((node) => node.state === State.CONNECTED); - // tslint:disable-next-line:no-console - console.log(nodes.map((x) => x.state)); if (!onlineNodes.length) throw new KazagumoError(2, 'No nodes are online'); const temp = await Promise.all(