Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Mar 17, 2024
1 parent 9f23fbc commit 7686d92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/nocapd/src/classes/Worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ export class NWWorker {
expired: ${expiredRelays.filter(this.qualifyNetwork.bind(this)).length}, \
unchecked: ${uncheckedRelays.filter(this.qualifyNetwork.bind(this)).length}, \
total: ${allRelays.length}`);

console.log('!!! expired relays', expiredRelays)

const deduped = [...new Set([...onlineRelays, ...uncheckedRelays, ...expiredRelays])];
const relaysFiltered = deduped.filter(this.qualifyNetwork.bind(this));
Expand Down

0 comments on commit 7686d92

Please sign in to comment.