Skip to content

Commit

Permalink
remove: console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkabal authored Feb 6, 2024
1 parent d118eaf commit dfcb25e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Kazagumo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit dfcb25e

Please sign in to comment.