fix: remove spammy log (#3091)

This commit is contained in:
gabrielmer 2024-10-04 17:11:40 +03:00 committed by GitHub
parent 54c3083d0a
commit 1d2b910f54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1249,7 +1249,6 @@ proc keepaliveLoop(node: WakuNode, keepalive: chronos.Duration) {.async.} =
for peerId in outPeers:
try:
info "calling keepAlive dial", peerId = peerId
let conn = (await node.peerManager.dialPeer(peerId, PingCodec)).valueOr:
warn "Failed dialing peer for keep alive", peerId = peerId
continue