Skip to content

Commit

Permalink
chore: remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Dec 6, 2024
1 parent 9614de7 commit 9665411
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/protocol-autonat/src/autonat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ export class AutoNATService implements Startable {
const expired = addr.expires < Date.now()

if (!expired) {
this.log.trace('skip expired')
// skip verified/non-verified addresses within their TTL
return false
}
Expand Down

0 comments on commit 9665411

Please sign in to comment.