Skip to content

Commit

Permalink
Merge pull request #44 from emirkabal/patch-1
Browse files Browse the repository at this point in the history
remove: console.log
  • Loading branch information
Takiyo0 authored Feb 6, 2024
2 parents d118eaf + dfcb25e commit 5fde0f3
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 5fde0f3

Please sign in to comment.