remove some debug output

This commit is contained in:
Csaba Kiraly 2023-05-11 01:23:06 +02:00
parent 52530b7569
commit 9f4cec415c
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ proc revalidateLoop(d: Protocol) {.async.} =
try:
while true:
await sleepAsync(milliseconds(RevalidateMax div 2 + d.rng[].rand(RevalidateMax div 2)))
echo d.localNode.address.get().port, ": ", d.nodesDiscovered()
#echo d.localNode.address.get().port, ": ", d.nodesDiscovered()
let n = d.routingTable.nodeToRevalidate()
if not n.isNil:
traceAsyncErrors d.revalidateNode(n)