Skip to content

Commit

Permalink
fix: remove spammy log (#3091)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmer authored Oct 4, 2024
1 parent 54c3083 commit 1d2b910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d2b910

Please sign in to comment.