Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Jan 10, 2025
1 parent e032fe4 commit c2b10f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/protocol/src/mdns/MdnsScanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1411,11 +1411,6 @@ export class MdnsScanner implements Scanner {
}
});
}
console.log(
"After expire",
Object.keys(data.addressesV6 ?? {}).length,
Object.keys(data.addressesV4 ?? {}).length,
);
}

static discoveryDataDiagnostics(data: DiscoveryData) {
Expand Down

0 comments on commit c2b10f0

Please sign in to comment.